JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typo in INSTALL
[vor.git] / main.c
diff --git a/main.c b/main.c
index 708a1fa..1d4ce85 100644 (file)
--- a/main.c
+++ b/main.c
@@ -32,7 +32,7 @@
 
 #include "args.h"
 #include "common.h"
-#include "config.h"
+#include <config.h>
 #include "vorconfig.h"
 #include "dust.h"
 #include "file.h"
@@ -138,7 +138,7 @@ extern int optind, opterr, optopt;
 
 // ************************************* FUNCS
 
-#ifdef nanosleep
+#ifdef HAVE_NANOSLEEP
 void
 tiny_sleep() {
        struct timespec t;