12345678910111213 |
- $OpenBSD: patch-do_element_c,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
- --- do_element.c.orig Mon Aug 23 07:51:01 2010
- +++ do_element.c Mon Aug 23 07:51:25 2010
- @@ -290,6 +290,8 @@ modification follow.
-
- */
- #include <errno.h>
- +#include <string.h>
- +#include <ctype.h>
- #include "periodic.h"
- #include "info.h"
-
|