summaryrefslogtreecommitdiffstats
path: root/ffd/update.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-21 00:24:28 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-21 00:24:28 +0200
commit2bfd77c93454037152aa7af07f44cb6ca9229e83 (patch)
tree92545adceebb4779e43d6e53e893325e4ffc831b /ffd/update.c
parenta4986182dcad508c17a6eb8fd3e556f18cfaa349 (diff)
downloadffd-2bfd77c93454037152aa7af07f44cb6ca9229e83.tar
ffd-2bfd77c93454037152aa7af07f44cb6ca9229e83.zip
Move send functions to a new header
Diffstat (limited to 'ffd/update.c')
-rw-r--r--ffd/update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffd/update.c b/ffd/update.c
index e5faab5..5ae3006 100644
--- a/ffd/update.c
+++ b/ffd/update.c
@@ -27,6 +27,7 @@
#include "ffd.h"
#include "neigh.h"
#include "queue.h"
+#include "send.h"
#include <stdio.h>