output: add include avoid referringt to undefined definition

Reference: c4a654a149
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-02-04 18:00:02 +00:00
parent c4a654a149
commit 344e01c1f6
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -43,6 +43,7 @@
#include <errno.h> #include <errno.h>
#include <inttypes.h> #include <inttypes.h>
#include <langinfo.h> #include <langinfo.h>
#include <locale.h>
#include <math.h> #include <math.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <stdio.h> #include <stdio.h>