It's called <sys/bitypes.h>, not <sys/bittypes.h> ...

This commit is contained in:
Martin Baulig
2000-02-24 12:16:30 +00:00
parent b25b0cf4d4
commit 444ede9949

View File

@@ -77,8 +77,8 @@
#endif
/* For Tru64 UNIX */
#ifdef HAVE_SYS_BITTYPES_H
#include <sys/bittypes.h>
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef NEED_GNOMESUPPORT_H