Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de72c commit bd470baCopy full SHA for bd470ba
src/win32/endian.h
@@ -4,3 +4,5 @@
4
/* JKR added file, all hacks will be in the files added, not in EGCS */
5
6
#include <sys/param.h>
7
+
8
+#endif /* _ENDIAN_H_ */
src/win32/un.h
@@ -8,3 +8,5 @@ struct sockaddr_un
short sun_family; /* AF_UNIX */
9
char sun_path[108]; /* path name (gag) */
10
};
11
12
+#endif /* _SYS_UN_H */
0 commit comments