2008-07-11 22:20:33 +02:00
|
|
|
--- lib/sfio/sftable.c
|
|
|
|
+++ lib/sfio/sftable.c
|
|
|
|
@@ -14,6 +14,8 @@
|
2008-04-27 20:13:01 +02:00
|
|
|
* AT&T Research, Florham Park NJ *
|
|
|
|
**********************************************************/
|
|
|
|
|
|
|
|
+#include <stddef.h>
|
2008-07-11 22:20:33 +02:00
|
|
|
+
|
2008-04-27 20:13:01 +02:00
|
|
|
#include "sfhdr.h"
|
|
|
|
|
2008-07-11 22:20:33 +02:00
|
|
|
/* Dealing with $ argument addressing stuffs.
|
|
|
|
--- lib/sfio/sfvprintf.c
|
|
|
|
+++ lib/sfio/sfvprintf.c
|
|
|
|
@@ -14,6 +14,7 @@
|
2008-04-27 20:13:01 +02:00
|
|
|
* AT&T Research, Florham Park NJ *
|
|
|
|
**********************************************************/
|
|
|
|
|
|
|
|
+#include <stddef.h>
|
|
|
|
#include "sfhdr.h"
|
|
|
|
|
2008-07-11 22:20:33 +02:00
|
|
|
/* The engine for formatting data
|
|
|
|
--- lib/sfio/sfvscanf.c
|
|
|
|
+++ lib/sfio/sfvscanf.c
|
2008-04-27 20:13:01 +02:00
|
|
|
@@ -14,6 +14,7 @@
|
|
|
|
* AT&T Research, Florham Park NJ *
|
|
|
|
**********************************************************/
|
|
|
|
|
|
|
|
+#include <stddef.h>
|
|
|
|
#include "sfhdr.h"
|
|
|
|
|
|
|
|
/* The main engine for reading formatted data
|