core: Fix missing include in msgfile.c for getline

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-12-12 00:00:43 +01:00
parent 5689a3b744
commit 31659f72cb
1 changed files with 1 additions and 0 deletions

View File

@ -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,