diff options
author | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-08 13:52:26 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-08 13:52:26 +0800 |
commit | 1b88ddf0e59d0d615428255c40357803236befd9 (patch) | |
tree | 1df6593e41b4868bb84bd27ef4d1815cbe33eb9c /src | |
parent | 1234ee9de9950799cefd7e62e8dad2167c6ac9af (diff) | |
download | zcomp-1b88ddf0e59d0d615428255c40357803236befd9.tar.gz zcomp-1b88ddf0e59d0d615428255c40357803236befd9.tar.bz2 |
Revert "Use <string>"
This reverts commit 1234ee9de9950799cefd7e62e8dad2167c6ac9af.
Diffstat (limited to 'src')
-rw-r--r-- | src/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index d14fe55..898a89f 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -25,7 +25,7 @@ #include <compiz.h> -#include <cstring> +#include <string.h> #include <cstdarg> #include <cstdio> |