forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
256 B
Objective-C
10 lines
256 B
Objective-C
--- ./ofc/DText.m.orig 2008-08-05 18:29:04.000000000 +0200
|
|
+++ ./ofc/DText.m 2014-08-29 08:27:25.604995394 +0200
|
|
@@ -29,6 +29,7 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <stdlib.h>
|
|
+#include <stdarg.h>
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
|