summaryrefslogtreecommitdiffstats
path: root/xsettings/xsettings-manager.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-03-19 15:54:42 +0000
committerOwen Taylor <otaylor@redhat.com>2001-03-19 15:54:42 +0000
commit6948face2c677d2bf3e492ec7c5c0e0f1d399a88 (patch)
tree482d9e880bf4075ee7e647b06a1dd11e86bc534a /xsettings/xsettings-manager.c
parent9857e332ea28cc47328a70abf36907ed9750f197 (diff)
downloadxdg-specs-6948face2c677d2bf3e492ec7c5c0e0f1d399a88.tar.xz
Add string.h includes
Diffstat (limited to 'xsettings/xsettings-manager.c')
-rw-r--r--xsettings/xsettings-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsettings/xsettings-manager.c b/xsettings/xsettings-manager.c
index c19c08c..53090bc 100644
--- a/xsettings/xsettings-manager.c
+++ b/xsettings/xsettings-manager.c
@@ -22,6 +22,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <X11/Xmd.h> /* For CARD16 */