diff options
Diffstat (limited to 'graphics/raster3d/files/extrapatch-avs2ps.c')
| -rw-r--r-- | graphics/raster3d/files/extrapatch-avs2ps.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/raster3d/files/extrapatch-avs2ps.c b/graphics/raster3d/files/extrapatch-avs2ps.c new file mode 100644 index 000000000000..d610a5d85d41 --- /dev/null +++ b/graphics/raster3d/files/extrapatch-avs2ps.c @@ -0,0 +1,11 @@ +--- avs2ps.c.orig Fri Apr 28 15:34:10 2006 ++++ avs2ps.c Fri Apr 28 15:35:09 2006 +@@ -10,7 +10,7 @@ + #include <math.h> + #include <string.h> + #include <stdlib.h> +-#include <netinet/in.h> ++#include "in.h" + + #ifdef WIN32 + #define random rand |
