Oops. libintl.h needs to be #ifdef'd

This commit is contained in:
David Schleef 2001-08-19 01:30:06 +00:00
parent c5acd7cc43
commit baa125de2c

View 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>