summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
Diffstat (limited to 'nice')
-rw-r--r--nice/Makefile.am1
-rw-r--r--nice/nice.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/nice/Makefile.am b/nice/Makefile.am
index 7095d2e..9fe30c9 100644
--- a/nice/Makefile.am
+++ b/nice/Makefile.am
@@ -13,6 +13,7 @@ noinst_PROGRAMS = ice-test-client ice-test-server
AM_CFLAGS = -Wall -Werror \
-I $(top_srcdir)/agent \
+ -I $(top_srcdir)/random \
-I $(top_srcdir)/udp \
-I $(top_srcdir)/stun \
$(GLIB_CFLAGS)
diff --git a/nice/nice.h b/nice/nice.h
index 2165042..9babeb0 100644
--- a/nice/nice.h
+++ b/nice/nice.h
@@ -5,6 +5,7 @@
#include "udp.h"
#include "udp-fake.h"
#include "agent.h"
+#include "random.h"
#endif /* _NICE_H */