projects
/
mlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5383489
)
Added #include <unistd.h> for nice().
master
author
Francois Fleuret
<francois@fleuret.org>
Sat, 20 Jul 2013 15:37:46 +0000
(17:37 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 20 Jul 2013 15:37:46 +0000
(17:37 +0200)
mlp.cc
patch
|
blob
|
history
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;