diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-10-20 18:24:27 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-10-20 18:24:27 +0000 |
commit | d9db7305c78e1b93c9b15f73356b8afd5cb26709 (patch) | |
tree | 847105a9834857c79976c34d5008f50b9c5838d5 /util.c | |
parent | 54c3139890ae810b4c18eed15c82303917bcb2b9 (diff) |
programs/xedit/xedit.h
//bugs.freedesktop.org/show_bug.cgi?id=790)
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |