From 59709e4cb30f2ff8666522d5b758731ab618adbc Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 11 Jan 2013 00:36:47 +0100 Subject: Update to newer sawmill and document dependencies --- README | 11 +++++++++++ src/.gitignore | 1 + src/main.c | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..31fb960 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +Some sources are missing, these are found in the sawmill project. + +Specifically you need: + lib/common/src/compiler.h + lib/common/src/safe_fifo.h + lib/common/src/timespec.h + lib/common/src/thread.h + lib/paths/src/paths.h + + lib/paths/src/libcommon.a + lib/paths/src/libpaths.a \ No newline at end of file diff --git a/src/.gitignore b/src/.gitignore index 71eefc4..e17b04a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,4 +2,5 @@ /paths.h /safe_fifo.h /thread.h +/timespec.h /timer diff --git a/src/main.c b/src/main.c index 6c30fec..d6beed4 100644 --- a/src/main.c +++ b/src/main.c @@ -12,6 +12,8 @@ # include #endif +#define HAVE_STRUCT_TIMESPEC 1 + #include "compiler.h" #include "paths.h" #include "safe_fifo.h" -- cgit v1.2.3-70-g09d2