1234567891011 |
- $OpenBSD: patch-dialogue_getincode_c,v 1.1 2010/05/19 14:05:37 espie Exp $
- --- dialogue/getincode.c.orig Wed May 19 15:56:30 2010
- +++ dialogue/getincode.c Wed May 19 15:56:36 2010
- @@ -1,5 +1,6 @@
- #include <stdio.h>
- #include <ctype.h>
- +#include <string.h>
- #include "onew.h"
-
- /*
|