projects
/
sort-networks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43a459
)
src/sn-markov.c: Add missing include.
author
Florian Forster
<octo@noris.net>
Sat, 18 Dec 2010 11:20:13 +0000
(12:20 +0100)
committer
Florian Forster
<octo@noris.net>
Sat, 18 Dec 2010 11:20:13 +0000
(12:20 +0100)
src/sn-markov.c
patch
|
blob
|
history
diff --git
a/src/sn-markov.c
b/src/sn-markov.c
index
3537023
..
1fcc41d
100644
(file)
--- a/
src/sn-markov.c
+++ b/
src/sn-markov.c
@@
-39,6
+39,7
@@
#include <signal.h>
#include <assert.h>
#include <limits.h>
+#include <errno.h>
#include "sn_network.h"
#include "sn_random.h"