mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8dd38e8852
PR: 25563 Submitted by: maintainer
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
--- src/io.h.orig Mon Mar 5 23:38:04 2001
|
|
+++ src/io.h Mon Mar 5 23:38:04 2001
|
|
@@ -15,6 +15,8 @@
|
|
* This file is covered by the GNU General Public License
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
|
|
/* read n bytes from network socket */
|
|
int readn(int, char *, int);
|