X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Fusleep.h;h=3225d66f02af3f5f841938e38426db827e5351d8;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hp=c40363ef4a09b48bc3f0619d0dd76116d4af5bf7;hpb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;p=xscreensaver diff --git a/utils/usleep.h b/utils/usleep.h index c40363ef..3225d66f 100644 --- a/utils/usleep.h +++ b/utils/usleep.h @@ -12,6 +12,14 @@ #ifndef __SCREENHACK_USLEEP_H__ #define __SCREENHACK_USLEEP_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#ifdef HAVE_UNISTD_H +# include +#endif + extern void screenhack_usleep (unsigned long usecs); #undef usleep