]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <stdint.h>.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Jun 2003 19:49:50 +0000 (19:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Jun 2003 19:49:50 +0000 (19:49 +0000)
sysdeps/unix/sysv/linux/sys/epoll.h

index 8864305ced69534234bed69a2100d78eb472a366..c6acc1efc32717d1bf5125e1fa924b60d77b6cd4 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef        _SYS_EPOLL_H
 #define        _SYS_EPOLL_H    1
 
+#include <stdint.h>
 #include <sys/types.h>