Added #include <unistd.h> for nice(). master
authorFrancois Fleuret <francois@fleuret.org>
Sat, 20 Jul 2013 15:37:46 +0000 (17:37 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 20 Jul 2013 15:37:46 +0000 (17:37 +0200)
mlp.cc

diff --git a/mlp.cc b/mlp.cc
index 758b624..4803259 100644 (file)
--- a/mlp.cc
+++ b/mlp.cc
@@ -56,6 +56,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 using namespace std;