trivial-httpd: Add missing include for shutdown() on eglibc
This commit is contained in:
parent
e7f115d688
commit
dd3d522fa8
|
|
@ -26,6 +26,8 @@
|
|||
#include "ostree.h"
|
||||
#include "otutil.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
||||
static char *opt_port_file = NULL;
|
||||
static gboolean opt_daemonize;
|
||||
static gboolean opt_autoexit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue