blob: 853fd97e5e2fe0ca4a0f6976bb649f97cf8c3c8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- brlcad-7.16.6/src/other/openNURBS/opennurbs_system.h 2010-01-19 00:27:03.000000000 -0200
+++ brlcad-7.16.6_patches/src/other/openNURBS/opennurbs_system.h 2010-04-28 22:58:03.712951143 -0300
@@ -194,6 +194,7 @@
extern "C" {
#endif
+#include <stddef.h>
#include <stdlib.h>
#include <memory.h>
#include <string.h>
|