diff --git a/src/ostree/ot-builtin-trivial-httpd.c b/src/ostree/ot-builtin-trivial-httpd.c index 59f624e4..ec9b990f 100644 --- a/src/ostree/ot-builtin-trivial-httpd.c +++ b/src/ostree/ot-builtin-trivial-httpd.c @@ -26,6 +26,8 @@ #include "ostree.h" #include "otutil.h" +#include + static char *opt_port_file = NULL; static gboolean opt_daemonize; static gboolean opt_autoexit;