Unconditionally #include <sys/types.h>.

2000-01-09  Martin Baulig  <martin@bergen.home-of-linux.org>

	* include/glibtop/global.h: Unconditionally #include <sys/types.h>.
This commit is contained in:
Martin Baulig
2000-01-09 14:18:55 +00:00
committed by Martin Baulig
parent c37460ad3d
commit 9b8fd192d0
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-01-09 Martin Baulig <martin@bergen.home-of-linux.org>
* include/glibtop/global.h: Unconditionally #include <sys/types.h>.
2000-01-02 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/errors.h

View File

@@ -111,10 +111,10 @@
#endif
#include <string.h>
#include <sys/types.h>
#ifdef _IN_LIBGTOP
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>