mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
Fix numerous include errors with ports-gcc
|
|
Index: ScpStream.cpp
|
|
--- ScpStream.cpp.orig
|
|
+++ ScpStream.cpp
|
|
@@ -28,6 +28,8 @@ To contact the author: codeworker@free.fr
|
|
# include <sys/stat.h>
|
|
// functions 'ntohl()' and 'htonl()'
|
|
# include <netinet/in.h>
|
|
+# include <string.h>
|
|
+# include <stdlib.h>
|
|
#endif
|
|
|
|
#include "UtlException.h"
|