diff options
| author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-22 09:57:36 +0000 |
|---|---|---|
| committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-22 09:57:36 +0000 |
| commit | 4d6f322684a06b9ce7c51b9c70dafb46a1c1f857 (patch) | |
| tree | 7a29d73a13c1459479da7e5ebcfc1528451e4480 /graphics/potracegui/files/patch-mainwidget.cpp | |
| parent | Sqwebmail 4.0.4 XSS vulnerability (diff) | |
Add potracegui 1.0, a GUI for potrace, a program for tracing bitmap
images.
Notes
Notes:
svn path=/head/; revision=111981
Diffstat (limited to 'graphics/potracegui/files/patch-mainwidget.cpp')
| -rw-r--r-- | graphics/potracegui/files/patch-mainwidget.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/potracegui/files/patch-mainwidget.cpp b/graphics/potracegui/files/patch-mainwidget.cpp new file mode 100644 index 000000000000..fd91a417f8d2 --- /dev/null +++ b/graphics/potracegui/files/patch-mainwidget.cpp @@ -0,0 +1,10 @@ +--- src/mainwidget.cpp.orig Tue Jun 22 11:30:43 2004 ++++ src/mainwidget.cpp Tue Jun 22 11:31:10 2004 +@@ -52,6 +52,7 @@ + #include <fstream> + #include <vector> + #include <utility> ++#include <unistd.h> + using namespace std; + + MainWidget::MainWidget(QWidget* parent, const char* name, WFlags fl) |
