diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-13 19:49:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-13 19:49:50 +0000 |
commit | 309695129a603c3dd0541d1dc542b83d30445c84 (patch) | |
tree | 14a759d9b71f4fdfd71abb605646a8babda14195 /sysdeps/unix/sysv | |
parent | d4f100e228af3f90d8c9dea05641e0beca705602 (diff) | |
download | glibc-309695129a603c3dd0541d1dc542b83d30445c84.tar glibc-309695129a603c3dd0541d1dc542b83d30445c84.tar.gz glibc-309695129a603c3dd0541d1dc542b83d30445c84.tar.bz2 glibc-309695129a603c3dd0541d1dc542b83d30445c84.zip |
Include <stdint.h>.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/epoll.h | 1 |
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> |