summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-10-20 18:24:27 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-10-20 18:24:27 +0000
commitd9db7305c78e1b93c9b15f73356b8afd5cb26709 (patch)
tree847105a9834857c79976c34d5008f50b9c5838d5
parent54c3139890ae810b4c18eed15c82303917bcb2b9 (diff)
programs/xedit/xedit.h
//bugs.freedesktop.org/show_bug.cgi?id=790)
-rw-r--r--util.c1
-rw-r--r--xedit.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/util.c b/util.c
index f718dbd..1d7c5f3 100644
--- a/util.c
+++ b/util.c
@@ -27,6 +27,7 @@
/* $XFree86: xc/programs/xedit/util.c,v 1.26 2003/05/07 20:54:43 herrb Exp $ */
#include <stdio.h>
+#include <stdarg.h>
#include <stdlib.h> /* for realpath() */
#include "xedit.h"
diff --git a/xedit.h b/xedit.h
index 7e95075..eeb7ca3 100644
--- a/xedit.h
+++ b/xedit.h
@@ -29,8 +29,6 @@
/* $XFree86: xc/programs/xedit/xedit.h,v 1.17 2002/10/06 17:11:39 paulo Exp $ */
#include <stdio.h>
-#include <stdarg.h>
-#include <stdio.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include <X11/cursorfont.h>