diff options
| author | Adib Taraben <theadib@gmail.com> | 2007-12-10 23:24:16 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2007-12-10 23:24:16 +0000 |
| commit | 5ce034be90f38cf7c8ebfec3f8139cb959660ca9 (patch) | |
| tree | b2063496d02a71f68d2c44dd4206d667ca1658bf | |
| parent | add cairomm to win32 linker proccess (diff) | |
| download | inkscape-5ce034be90f38cf7c8ebfec3f8139cb959660ca9.tar.gz inkscape-5ce034be90f38cf7c8ebfec3f8139cb959660ca9.zip | |
include header for close command
(bzr r4204)
| -rw-r--r-- | src/ui/dialog/print.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/print.cpp b/src/ui/dialog/print.cpp index 800872843..b04de91c2 100644 --- a/src/ui/dialog/print.cpp +++ b/src/ui/dialog/print.cpp @@ -13,6 +13,7 @@ # include <config.h> #endif +#include <io.h>
#include <gtkmm/stock.h> #include <io.h> #include "print.h" |
