diff options
Diffstat (limited to 'difs/dispatch.c')
-rw-r--r-- | difs/dispatch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/difs/dispatch.c b/difs/dispatch.c index c358314..cc4b5b7 100644 --- a/difs/dispatch.c +++ b/difs/dispatch.c @@ -53,8 +53,8 @@ in this Software without prior written authorization from The Open Group. #include "swapreq.h" #include "swaprep.h" -#include "FS.h" -#include "FSproto.h" +#include <X11/fonts/FS.h> +#include <X11/fonts/FSproto.h> #include "clientstr.h" #include "authstr.h" #include "osstruct.h" @@ -62,7 +62,7 @@ in this Software without prior written authorization from The Open Group. #include "globals.h" #include "fsresource.h" #include "difsfnst.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "site.h" #include "fsevents.h" #include "cache.h" |