Change dmxext.h and dmxproto.h to <X11/extensions/...>.
This commit is contained in:
parent
efa9d5f475
commit
44528218d5
|
@ -53,10 +53,10 @@
|
||||||
#include "opaque.h"
|
#include "opaque.h"
|
||||||
|
|
||||||
#include "dmxextension.h"
|
#include "dmxextension.h"
|
||||||
#include "dmxproto.h"
|
#include <X11/extensions/dmxproto.h>
|
||||||
|
|
||||||
#define _DMX_SERVER_
|
#define _DMX_SERVER_
|
||||||
#include "dmxext.h"
|
#include <X11/extensions/dmxext.h>
|
||||||
|
|
||||||
#ifdef PANORAMIX
|
#ifdef PANORAMIX
|
||||||
#include "panoramiX.h"
|
#include "panoramiX.h"
|
||||||
|
|
Loading…
Reference in New Issue