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 #endif
/* For Tru64 UNIX */ /* For Tru64 UNIX */
#ifdef HAVE_SYS_BITTYPES_H #ifdef HAVE_SYS_BITYPES_H
#include <sys/bittypes.h> #include <sys/bitypes.h>
#endif #endif
#ifdef NEED_GNOMESUPPORT_H #ifdef NEED_GNOMESUPPORT_H