src/server/daemon/srvctrl.c

branch
srvctrl
changeset 176
f2268fcbe487
parent 173
63b8d52db390
child 177
f144b60c71b1
equal deleted inserted replaced
175:9823770ba4ee 176:f2268fcbe487
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <unistd.h>
32 #include <sys/socket.h>
33 #include <sys/un.h>
31 34
32 #include "log.h" 35 #include "log.h"
33 #include "webserver.h" 36 #include "webserver.h"
34 37
35 #include "../util/systhr.h" 38 #include "../util/systhr.h"

mercurial