summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-20 06:27:35 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-20 06:27:35 +0000
commit86e054490143ce2d4695cc3456190a2e57792808 (patch)
tree35f28df14bb4051e58e27d300ff020edf6f00fd0 /include
parentf9d07577ce74d2f3da0e091940214ad16efbf3c0 (diff)
* include/ifaddrs.h: Get uint32_t definition.
* posix/tst-rfc3484.c: Update fake __check_pf implementation. * posix/tst-rfc3484-2.c: Likewise.
Diffstat (limited to 'include')
-rw-r--r--include/ifaddrs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ifaddrs.h b/include/ifaddrs.h
index d41547a743..d790fcbe87 100644
--- a/include/ifaddrs.h
+++ b/include/ifaddrs.h
@@ -1,6 +1,7 @@
#ifndef _IFADDRS_H
#include <inet/ifaddrs.h>
#include <stdbool.h>
+#include <stdint.h>
libc_hidden_proto (getifaddrs)
libc_hidden_proto (freeifaddrs)