Skip to content
Snippets Groups Projects
Commit bb7c1d73 authored by Brian Carrier's avatar Brian Carrier
Browse files

Resolves #79. Changed to cstring

parent 8fdce9a5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
#include <libtsk.h>
#include <tsk_config.h>
#include <string>
#include <cstring>
#ifdef HAVE_PTHREAD
#ifdef __APPLE__
#include <mach/semaphore.h>
......@@ -20,6 +21,7 @@ extern "C" mach_port_t mach_task_self(void);
#define SEM_TYPE sem_t
#endif
#endif
#include "errors_test.h"
// Registers the fixture into the 'registry'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment