diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2012-12-12 00:00:43 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2012-12-12 00:00:43 +0100 |
commit | 31659f72cba5f354b79448991bb7d4ca1d608f83 (patch) | |
tree | 76817c1ed1e8f83830025964cf614f6271edafd6 /src/msgfile.c | |
parent | 5689a3b7449bde69ce6276b3b348f98d07c856cf (diff) |
core: Fix missing include in msgfile.c for getline
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/msgfile.c')
-rw-r--r-- | src/msgfile.c | 1 |
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, |