Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix build on Dragonfly
Baptiste Daroussin committed 9 years ago
commit 043e8f614253d191151506252c4637bde197764c
parent 0822f24
1 file changed +1 -1
modified external/libsbuf/sys/sbuf.h
@@ -31,7 +31,7 @@
#ifndef _SYS_SBUF_H_
#define	_SYS_SBUF_H_

-
#include <sys/_types.h>
+
#include <sys/types.h>

struct sbuf;
typedef int (sbuf_drain_func)(void *, const char *, int);