Files
pkgsrc-ng/print/imposter/patches/patch-aa
2013-09-26 17:14:40 +02:00

16 lines
319 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/03/23 17:44:09 joerg Exp $
--- include/common.h.orig 2006-03-23 17:39:45.000000000 +0000
+++ include/common.h
@@ -33,6 +33,10 @@
extern int errno;
#endif
+#if defined(__DragonFly__)
+typedef unsigned long ulong;
+#endif
+
#include <gtk/gtk.h>
#include <iksemel.h>
#include "i18n.h"