diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2008-06-09 11:44:55 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2008-06-09 11:44:55 +0200 |
| commit | 4e58288e8e2e76e8d518b21273f787be16a486c3 (patch) | |
| tree | 46dd141aa7493fbfe8165db5d5b8176dc06b49d0 /zip/ZipArchive/ZipString_stl.h | |
| parent | 16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (diff) | |
| download | tuxcmd-modules-4e58288e8e2e76e8d518b21273f787be16a486c3.tar.xz | |
Fixed gcc-4.3.0 compatibility
Diffstat (limited to 'zip/ZipArchive/ZipString_stl.h')
| -rw-r--r-- | zip/ZipArchive/ZipString_stl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zip/ZipArchive/ZipString_stl.h b/zip/ZipArchive/ZipString_stl.h index 330ce65..6ef0edc 100644 --- a/zip/ZipArchive/ZipString_stl.h +++ b/zip/ZipArchive/ZipString_stl.h @@ -23,7 +23,7 @@ #endif
-#include <string>
+#include <string.h>
#include <algorithm>
#include <stdarg.h>
#include <stdio.h>
|
