summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-10 09:15:13 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-10 09:15:13 +0000
commitba06340ab8476733a0b84d0b97fa04a029cf2713 (patch)
tree5d496e00655ed1037cb3e150bad2b46576df8317
parent357ab88ab55ede0e5a1173ce7b7a727ba3204087 (diff)
Add some required headers.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@437 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--polyp/inet_ntop.c2
-rw-r--r--polyp/poll.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/polyp/inet_ntop.c b/polyp/inet_ntop.c
index 19f29f86..ac2b5295 100644
--- a/polyp/inet_ntop.c
+++ b/polyp/inet_ntop.c
@@ -24,6 +24,8 @@
#endif
#include <stdio.h>
+#include <errno.h>
+#include <assert.h>
#ifndef HAVE_INET_NTOP
diff --git a/polyp/poll.c b/polyp/poll.c
index cb7e3e7a..6a260daf 100644
--- a/polyp/poll.c
+++ b/polyp/poll.c
@@ -32,6 +32,8 @@
#include <config.h>
#endif
+#include <errno.h>
+
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif