From dd3d522fa8ca97109a42f28307d37555308f2635 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 26 Aug 2013 17:57:43 -0400 Subject: [PATCH] trivial-httpd: Add missing include for shutdown() on eglibc --- src/ostree/ot-builtin-trivial-httpd.c | 2 ++ 1 file changed, 2 insertions(+) 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;