25 lines
614 B
Diff
25 lines
614 B
Diff
|
From 830193235868354d28a7cbe22bb68260bf01e753 Mon Sep 17 00:00:00 2001
|
||
|
From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
||
|
Date: Tue, 26 Feb 2008 22:45:15 +0100
|
||
|
Subject: [PATCH] gcc43
|
||
|
|
||
|
---
|
||
|
src/cpp/packetsocket.cpp | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/src/cpp/packetsocket.cpp b/src/cpp/packetsocket.cpp
|
||
|
index 4dd8567..2e314bc 100644
|
||
|
--- a/src/cpp/packetsocket.cpp
|
||
|
+++ b/src/cpp/packetsocket.cpp
|
||
|
@@ -53,6 +53,7 @@
|
||
|
#include <iostream>
|
||
|
#include <sstream>
|
||
|
#include <cstdio>
|
||
|
+#include <cstdlib>
|
||
|
#include <unistd.h>
|
||
|
#include <errno.h>
|
||
|
#include <fcntl.h>
|
||
|
--
|
||
|
1.5.4.1
|
||
|
|