summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
Diffstat (limited to 'kfax')
-rw-r--r--kfax/faxexpand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/faxexpand.h b/kfax/faxexpand.h
index a1be736f..c6a98da9 100644
--- a/kfax/faxexpand.h
+++ b/kfax/faxexpand.h
@@ -144,7 +144,7 @@ extern char *xmalloc(unsigned int size);
#define _HAVE_USLEEP
#endif
-#if defined(BSD) || defined(__FreeBSD__) || defined(_BSD_SOURCE)
+#if defined(BSD) || defined(__FreeBSD__) || defined(_DEFAULT_SOURCE)
#define _HAVE_USLEEP
#ifndef rindex
#define rindex strrchr