Files
pkgsrc-ng/net/sniffit/patches/patch-sn__cfgfile_c
2013-09-26 17:14:40 +02:00

16 lines
357 B
Plaintext

$NetBSD: patch-sn__cfgfile_c,v 1.1 2012/03/31 08:31:06 dholland Exp $
- Use standard headers.
--- sn_cfgfile.c~ 1997-04-18 09:33:58.000000000 +0000
+++ sn_cfgfile.c
@@ -3,6 +3,8 @@
#include "sn_config.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "sn_defines.h"
#include "sn_structs.h"
#include "sn_cfgfile.h"