blob: 5922cba56427864a0d2133cbd1ab71c2252c49cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ssplit.c.orig Fri Aug 4 08:39:24 2000
+++ ssplit.c Thu Apr 29 15:56:41 2004
@@ -22,6 +22,7 @@
* l = flag indicating whether to ignore leading field separators
*/
+#include "loaders.h"
#include <stdlib.h> /* For free() */
#include <stdio.h> /* Required by jcc.h */
#include "gnu_regex.h"
|