mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-07 02:43:14 +03:00
Merge pull request #192 from candrews/patch-5
Include common.h in systemd-sslh-generator.c
This commit is contained in:
commit
10fb0bce6f
@ -2,6 +2,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
|
||||||
static char* resolve_listen(const char *hostname, const char *port) {
|
static char* resolve_listen(const char *hostname, const char *port) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user