Addition necessary includes in headers files

This commit is contained in:
Pavel Tvrdík
2015-03-17 12:39:10 +01:00
parent 53e27ec79d
commit a2cdd9532d
5 changed files with 8 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@
#include <string.h>
#include <strings.h>
#include "lib/birdlib.h"
int bsprintf(char *str, const char *fmt, ...);
int bvsprintf(char *str, const char *fmt, va_list args);
int bsnprintf(char *str, int size, const char *fmt, ...);