mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
253 B
C
13 lines
253 B
C
$NetBSD: patch-morse.c,v 1.1 2012/11/01 19:43:42 joerg Exp $
|
|
|
|
--- morse.c.orig 2012-10-30 22:47:24.000000000 +0000
|
|
+++ morse.c
|
|
@@ -17,6 +17,7 @@ Foundation, Inc., 59 Temple Place - Suit
|
|
|
|
*/
|
|
|
|
+#include <ctype.h>
|
|
#include <stdio.h>
|
|
|
|
#include "cw.h"
|