summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-22 11:44:36 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-22 11:44:36 +0200
commit9c5128866ea65ad300b40d47a9d43998dc8bc9f4 (patch)
treec84646b77419d1231e6e966e638f7f09abae8d3d /src/core.c
parent0647b37dfc35145d74822844ad7e54bf5c218369 (diff)
janitor: fix compiler warnings
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 91f6518..5790e3e 100644
--- a/src/core.c
+++ b/src/core.c
@@ -29,6 +29,7 @@
29#include "state.h" 29#include "state.h"
30#include "iobuf.h" 30#include "iobuf.h"
31#include "evbuf.h" 31#include "evbuf.h"
32#include "match.h"
32 33
33static inline int istouch(const struct mtdev_slot *data, 34static inline int istouch(const struct mtdev_slot *data,
34 const struct mtdev_caps *caps) 35 const struct mtdev_caps *caps)