forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
237 B
C
11 lines
237 B
C
--- db.c.orig Sun Aug 8 10:58:13 1999
|
|
+++ db.c Sun Aug 8 10:58:27 1999
|
|
@@ -19,7 +19,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include "db.h"
|
|
|
|
/* Definition of a record in linked list
|