sun_bell.c needs to #include "xf86_OSlib.h"

This commit is contained in:
Alan Coopersmith 2006-11-02 16:38:12 -08:00
parent 58bf9a142d
commit e46f7f78b3

View File

@ -38,6 +38,7 @@
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
#define BELL_RATE 48000 /* Samples per second */
#define BELL_HZ 50 /* Fraction of a second i.e. 1/x */