Merge pull request #192 from candrews/patch-5

Include common.h in systemd-sslh-generator.c
This commit is contained in:
yrutschle 2018-07-11 13:18:50 +02:00 committed by GitHub
commit 10fb0bce6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "common.h"
static char* resolve_listen(const char *hostname, const char *port) {