mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
11 lines
324 B
C
11 lines
324 B
C
--- tools/dfbdump.c
|
|
+++ tools/dfbdump.c
|
|
@@ -66,6 +66,8 @@
|
|
#include <core/windows_internal.h>
|
|
#include <core/wm.h>
|
|
|
|
+typedef unsigned long ulong;
|
|
+
|
|
static DirectFBPixelFormatNames( format_names );
|
|
|
|
/**********************************************************************************************************************/
|