blob: 81c332a09a9a856f4421d203a02d233d9a949b93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2003/11/20 00:59:08 fredb Exp $
--- mux.c.orig 1996-06-09 07:32:29.000000000 -0500
+++ mux.c
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "config.h"
|