diff options
| author | Adam Jackson <ajax@redhat.com> | 2008-11-25 13:40:47 -0500 |
|---|---|---|
| committer | Adam Jackson <ajax@redhat.com> | 2008-11-25 15:05:18 -0500 |
| commit | 09ea671cbff605fd2b2af71619e7db5002108bf8 (patch) | |
| tree | 41568e3ae052d2cb649e20a5599202b06b7ea059 | |
| parent | a9853c7d337b3b1ad49793e9b4b90e313b6fa536 (diff) | |
Warning fix
lnx_bell.c:37: warning: no previous prototype for ‘xf86OSRingBell’
| -rw-r--r-- | hw/xfree86/os-support/linux/lnx_bell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_bell.c b/hw/xfree86/os-support/linux/lnx_bell.c index 93ad680d7..702dfa675 100644 --- a/hw/xfree86/os-support/linux/lnx_bell.c +++ b/hw/xfree86/os-support/linux/lnx_bell.c @@ -32,6 +32,7 @@ #include "xf86.h" #include "xf86Priv.h" +#include "xf86_OSproc.h" _X_EXPORT void xf86OSRingBell(int loudness, int pitch, int duration) |
