summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvie Wong <kwong@wurldtech.com>2011-04-11 16:21:31 -0700
committerKelvie Wong <kwong@wurldtech.com>2011-04-11 16:21:31 -0700
commit6062e32c2630eaf65e1d6dab90d5fcabf136c2c0 (patch)
tree29727e9f30613a86c9630ff853dd65f270e98ebe
parent4c4c4c12a8af6e6d8eb08f120411f64f082e42be (diff)
downloadlibnet-6062e32c2630eaf65e1d6dab90d5fcabf136c2c0.tar.gz
Use dnet.h instead of dumbnet.h
I think this is because of differing versions of Ubuntu; the one on the build server uses dnet.h still.
-rw-r--r--lua/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/net.c b/lua/net.c
index 2df7daa..dc86478 100644
--- a/lua/net.c
+++ b/lua/net.c
@@ -32,7 +32,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
#include <time.h>
-#include <dumbnet.h>
+#include <dnet.h>
#include "libnet_decode.h"
#include <libnet.h>