summaryrefslogtreecommitdiff
path: root/nhandsfree/nhandsfree.cpp
diff options
context:
space:
mode:
authorsamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-10-18 00:54:10 +0000
committersamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-10-18 00:54:10 +0000
commit9804f32c35f9b1a4d9fed89dbca471302db28ed6 (patch)
treebc5d5cf0e04095e47797f1518b28324a92c71c17 /nhandsfree/nhandsfree.cpp
parentb9526d2a82d25d2800e5d76ee45e561ec5870458 (diff)
downloadnohands-9804f32c35f9b1a4d9fed89dbca471302db28ed6.tar.gz
Fix problems building with gcc 4.3.2.
git-svn-id: http://nohands.svn.sourceforge.net/svnroot/nohands/trunk@2 126591fb-c623-4b62-a76d-97a8e4f34109
Diffstat (limited to 'nhandsfree/nhandsfree.cpp')
-rw-r--r--nhandsfree/nhandsfree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nhandsfree/nhandsfree.cpp b/nhandsfree/nhandsfree.cpp
index 9f77d32..1038e6c 100644
--- a/nhandsfree/nhandsfree.cpp
+++ b/nhandsfree/nhandsfree.cpp
@@ -25,6 +25,7 @@
#include <sys/select.h>
#include <unistd.h>
#include <fcntl.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>