diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 10:44:50 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 10:49:39 +0100 |
commit | 5049399e036af4aa6aa7cb9cd02b52da03c3d24d (patch) | |
tree | 9ba077c1c1d6a549a700657e8e62663bd418d4cf | |
parent | 9ccbd8597a74a84931a4f931ce5da7f1aa9717cb (diff) |
Include <stdio.h> in xtraplibp.h for FILE*
Fixes libXtrap build, found by tinderbox.
-rw-r--r-- | xtraplibp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtraplibp.h b/xtraplibp.h index 087ba6e..ff2042e 100644 --- a/xtraplibp.h +++ b/xtraplibp.h @@ -42,6 +42,8 @@ SOFTWARE. * routines sorted by module (globally defined routines *only*). */ +#include <stdio.h> + /* XEConTxt.c */ XETC *XECreateTC (Display *dpy , CARD32 valuemask , XETCValues *value ); int XEChangeTC (XETC *tc , CARD32 mask , XETCValues *values ); |