JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Automatically check for the presence of nanosleep.
[vor.git] / main.c
diff --git a/main.c b/main.c
index 514a089..1d4ce85 100644 (file)
--- a/main.c
+++ b/main.c
@@ -138,7 +138,7 @@ extern int optind, opterr, optopt;
 
 // ************************************* FUNCS
 
-#ifdef nanosleep
+#ifdef HAVE_NANOSLEEP
 void
 tiny_sleep() {
        struct timespec t;