mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2979d5f96a
- sort pkg-plist PR: 51227 Submitted by: Ports Fury
11 lines
287 B
C++
11 lines
287 B
C++
--- library/tulip-ogl/src/GlGraph.cpp.orig Wed Nov 13 22:36:00 2002
|
|
+++ library/tulip-ogl/src/GlGraph.cpp Sat Apr 19 23:45:11 2003
|
|
@@ -39,6 +39,7 @@
|
|
|
|
|
|
//test
|
|
+#include <sys/types.h>
|
|
#include <sys/timeb.h>
|
|
|
|
TemplateFactory<GlyphFactory,Glyph,GlyphContext *> GlGraph::glyphFactory;
|