18 lines
483 B
Text
18 lines
483 B
Text
$NetBSD: patch-ab,v 1.3 2007/08/08 18:48:32 joerg Exp $
|
|
|
|
--- src/file.c.orig 2007-08-08 18:23:41.000000000 +0000
|
|
+++ src/file.c
|
|
@@ -31,12 +31,12 @@
|
|
#include "binreloc.h"
|
|
#include "view.h"
|
|
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <sys/stat.h> /* check existance and type of files */
|
|
#include <dirent.h> /* filter and sort filenames */
|
|
#include <fnmatch.h> /* find filenames matches */
|
|
-#include <malloc.h> /* I use free() */
|
|
|
|
|
|
typedef enum
|