Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olivier Crête
libnice
Commits
87cde178
Commit
87cde178
authored
Jan 31, 2007
by
Dafydd Harries
Browse files
include random.h in nice.h
darcs-hash:20070131160951-c9803-753b4f18cb542852de1603a21ed3dfc110d754ba.gz
parent
55531e47
Changes
2
Hide whitespace changes
Inline
Side-by-side
nice/Makefile.am
View file @
87cde178
...
...
@@ -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)
...
...
nice/nice.h
View file @
87cde178
...
...
@@ -5,6 +5,7 @@
#include
"udp.h"
#include
"udp-fake.h"
#include
"agent.h"
#include
"random.h"
#endif
/* _NICE_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment