diff options
Diffstat (limited to 'hw/xfree86/dummylib/xf86errorf.c')
-rw-r--r-- | hw/xfree86/dummylib/xf86errorf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dummylib/xf86errorf.c b/hw/xfree86/dummylib/xf86errorf.c index 4ad677413..41ebbee21 100644 --- a/hw/xfree86/dummylib/xf86errorf.c +++ b/hw/xfree86/dummylib/xf86errorf.c @@ -13,7 +13,7 @@ * Utility functions required by libxf86_os. */ -void +_X_EXPORT void xf86ErrorF(const char *format, ...) { va_list ap; |