unistd.h needed on some platforms
authorTom Henderson <tomh@tomh.org>
Tue, 22 May 2012 21:37:34 -0700
changeset 8791 cfec9c446d40
parent 8790 ee833de00a72
child 8792 8f15de62d18e
unistd.h needed on some platforms
src/netanim/test/netanim-test.cc
--- a/src/netanim/test/netanim-test.cc	Tue May 22 09:46:28 2012 -0700
+++ b/src/netanim/test/netanim-test.cc	Tue May 22 21:37:34 2012 -0700
@@ -17,6 +17,7 @@
  */
 
 #include <iostream>
+#include "unistd.h"
 
 #include "ns3/core-module.h"
 #include "ns3/network-module.h"