SHA256
1
0
forked from pool/graphviz
graphviz/graphviz-stddefs.patch

32 lines
1.0 KiB
Diff
Raw Normal View History

--- lib/sfio/sfvprintf.c.orig 2008-04-27 12:42:51.000000000 +0200
+++ lib/sfio/sfvprintf.c 2008-04-27 12:43:00.000000000 +0200
@@ -14,6 +14,7 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
#include "sfhdr.h"
/* The engine for formatting data
--- lib/sfio/sftable.c.orig 2008-04-27 12:40:15.000000000 +0200
+++ lib/sfio/sftable.c 2008-04-27 12:42:43.000000000 +0200
@@ -14,6 +14,8 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
+
#include "sfhdr.h"
/* Dealing with $ argument addressing stuffs.
--- lib/sfio/sfvscanf.c.orig 2008-04-27 13:56:17.000000000 +0200
+++ lib/sfio/sfvscanf.c 2008-04-27 13:56:35.000000000 +0200
@@ -14,6 +14,7 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
#include "sfhdr.h"
/* The main engine for reading formatted data