d7367484a6
From a slightly newer "upstream" version that is floating around on the net. Add missing includes.
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
$OpenBSD: patch-brl_c,v 1.1 2010/08/04 14:05:46 naddy Exp $
|
|
--- brl.c.orig Mon Dec 12 20:15:01 1994
|
|
+++ brl.c Wed Aug 4 01:20:46 2010
|
|
@@ -142,6 +142,8 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <ctype.h>
|
|
#include "tsl.h"
|
|
#include "brl.h"
|