diff options
Diffstat (limited to 'gfx.c')
-rw-r--r-- | gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,11 +1,11 @@ #include <stdlib.h> -#include <endian.h> #include <fcntl.h> #include <sys/types.h> #include <libdrm/drm_fourcc.h> #include "gfx.h" +#include "byteorder.h" gfxfmt fmt_list[] = { { |