artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca69ff0
)
This needs arpa/inet.h for ntohs() and htons()
author
claudio
<claudio@openbsd.org>
Fri, 8 Jul 2022 08:48:56 +0000
(08:48 +0000)
committer
claudio
<claudio@openbsd.org>
Fri, 8 Jul 2022 08:48:56 +0000
(08:48 +0000)
usr.sbin/bgplgd/slowcgi.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgplgd/slowcgi.c
b/usr.sbin/bgplgd/slowcgi.c
index
c229142
..
1c6dc37
100644
(file)
--- a/
usr.sbin/bgplgd/slowcgi.c
+++ b/
usr.sbin/bgplgd/slowcgi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: slowcgi.c,v 1.
1 2022/06/28 16:11:30
claudio Exp $ */
+/* $OpenBSD: slowcgi.c,v 1.
2 2022/07/08 08:48:56
claudio Exp $ */
/*
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-26,6
+26,7
@@
#include <sys/time.h>
#include <sys/un.h>
#include <sys/wait.h>
+#include <arpa/inet.h>
#include <err.h>
#include <fcntl.h>
#include <errno.h>