diff options
Diffstat (limited to 'hw/dmx/dmxstat.c')
-rw-r--r-- | hw/dmx/dmxstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxstat.c b/hw/dmx/dmxstat.c index ced4c8bba..ae3f40458 100644 --- a/hw/dmx/dmxstat.c +++ b/hw/dmx/dmxstat.c @@ -46,7 +46,7 @@ #include "dmx.h" #include "dmxstat.h" #include "dmxlog.h" -#include "Xos.h" /* For sys/time.h */ +#include <X11/Xos.h> /* For sys/time.h */ /** Used to compute a running average of value. */ typedef struct _DMXStatAvg { |