diff options
author | fluxgen <fluxgen> | 2002-01-06 13:46:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-06 13:46:43 (GMT) |
commit | 02e6d0ecab1975ebe603319386ef39b73a73a4c6 (patch) | |
tree | e527efc7d4549a5ac3080a47ea15abe7a6751c0d /src | |
parent | fcd0ec2578254f1af5d3bdd3b6f55de2ce494cab (diff) | |
download | fluxbox-02e6d0ecab1975ebe603319386ef39b73a73a4c6.zip fluxbox-02e6d0ecab1975ebe603319386ef39b73a73a4c6.tar.bz2 |
Fixed includes
Diffstat (limited to 'src')
-rw-r--r-- | src/DrawUtil.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DrawUtil.cc b/src/DrawUtil.cc index c9527de..0445295 100644 --- a/src/DrawUtil.cc +++ b/src/DrawUtil.cc | |||
@@ -18,6 +18,7 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | // $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ | ||
21 | 22 | ||
22 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
23 | # include "config.h" | 24 | # include "config.h" |
@@ -27,6 +28,9 @@ | |||
27 | #include "StringUtil.hh" | 28 | #include "StringUtil.hh" |
28 | #include "i18n.hh" | 29 | #include "i18n.hh" |
29 | 30 | ||
31 | #include <stdlib.h> | ||
32 | #include <assert.h> | ||
33 | #include <stdio.h> | ||
30 | #include <iostream> | 34 | #include <iostream> |
31 | #include <X11/Xutil.h> | 35 | #include <X11/Xutil.h> |
32 | 36 | ||