12 lines
253 B
C
12 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"
|