X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=1d4ce85246f6f96f387442697b31fcae800ff5e0;hp=708a1fa2eefcfb7c48cde8b300820dc42848284d;hb=923a1c77954f93d107b54c39da7ff63d4f5ffadd;hpb=44df38242a1c6e277a6067948e70d1ccd756f926 diff --git a/main.c b/main.c index 708a1fa..1d4ce85 100644 --- a/main.c +++ b/main.c @@ -32,7 +32,7 @@ #include "args.h" #include "common.h" -#include "config.h" +#include #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;