Oops. libintl.h needs to be #ifdef'd
authorDavid Schleef <ds@schleef.org>
Sun, 19 Aug 2001 01:30:06 +0000 (01:30 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 19 Aug 2001 01:30:06 +0000 (01:30 +0000)
lib/libinternal.h

index 60109840e896f326bdb77a74ba28b6cf30183fd1..85ed5b93a08c4e446fe73933de3ad03650be24de 100644 (file)
@@ -31,7 +31,9 @@
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <stdio.h>
+#ifdef I18N
 #include <libintl.h>
+#endif
 
 #include <comedi_errno.h>