mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.6 PR: 273002
11 lines
205 B
C
11 lines
205 B
C
--- src/config.c.orig 2023-07-15 18:53:41 UTC
|
|
+++ src/config.c
|
|
@@ -21,6 +21,7 @@
|
|
#include "util.h"
|
|
|
|
#include <errno.h>
|
|
+#include <getopt.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|