aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-12-12 00:00:43 +0100
committerSylvain Munaut <tnt@246tNt.com>2012-12-12 00:00:43 +0100
commit31659f72cba5f354b79448991bb7d4ca1d608f83 (patch)
tree76817c1ed1e8f83830025964cf614f6271edafd6
parent5689a3b7449bde69ce6276b3b348f98d07c856cf (diff)
core: Fix missing include in msgfile.c for getline
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/msgfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msgfile.c b/src/msgfile.c
index d2b180d7..1a991841 100644
--- a/src/msgfile.c
+++ b/src/msgfile.c
@@ -28,6 +28,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
+#include <stdio.h>
static struct osmo_config_entry *
alloc_entry(struct osmo_config_list *entries,