trivial-httpd: Add missing include for shutdown() on eglibc

This commit is contained in:
Colin Walters 2013-08-26 17:57:43 -04:00
parent e7f115d688
commit dd3d522fa8
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "ostree.h" #include "ostree.h"
#include "otutil.h" #include "otutil.h"
#include <sys/socket.h>
static char *opt_port_file = NULL; static char *opt_port_file = NULL;
static gboolean opt_daemonize; static gboolean opt_daemonize;
static gboolean opt_autoexit; static gboolean opt_autoexit;