diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-07 21:00:20 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:27 +0200 |
commit | 1078f97706b77ab93fb30204acf270cfb652c900 (patch) | |
tree | b92d21acf64c8b45312621c895458c2db30135ca /nx-X11/lib | |
parent | e03d8c215ea51164b4c53a821e0a77660b60ffbd (diff) | |
download | nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.tar.gz nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.tar.bz2 nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.zip |
rename xf86bigfstr.h to xf86bigfproto.h
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/X11/Font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/Font.c b/nx-X11/lib/X11/Font.c index 7943ba7a1..298d96c63 100644 --- a/nx-X11/lib/X11/Font.c +++ b/nx-X11/lib/X11/Font.c @@ -45,7 +45,7 @@ authorization from the X Consortium and the XFree86 Project. #include <stdio.h> #include <stdlib.h> -#include <nx-X11/extensions/xf86bigfstr.h> +#include <nx-X11/extensions/xf86bigfproto.h> #endif #include "Xlcint.h" |