summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-13 19:49:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-13 19:49:50 +0000
commit309695129a603c3dd0541d1dc542b83d30445c84 (patch)
tree14a759d9b71f4fdfd71abb605646a8babda14195 /sysdeps/unix/sysv/linux/sys
parentd4f100e228af3f90d8c9dea05641e0beca705602 (diff)
Include <stdint.h>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r--sysdeps/unix/sysv/linux/sys/epoll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/epoll.h b/sysdeps/unix/sysv/linux/sys/epoll.h
index 8864305ced..c6acc1efc3 100644
--- a/sysdeps/unix/sysv/linux/sys/epoll.h
+++ b/sysdeps/unix/sysv/linux/sys/epoll.h
@@ -19,6 +19,7 @@
#ifndef _SYS_EPOLL_H
#define _SYS_EPOLL_H 1
+#include <stdint.h>
#include <sys/types.h>