123456789101112 |
- $OpenBSD: patch-xfiler_Exec_c,v 1.1 2008/12/01 19:23:55 jasper Exp $
- --- xfiler/Exec.c.orig Mon Dec 1 13:34:35 2008
- +++ xfiler/Exec.c Mon Dec 1 13:34:52 2008
- @@ -7,6 +7,7 @@
- Procedures for executing files
- ---------------------------------------------------------------------------*/
- #include <stdio.h>
- +#include <stdlib.h>
- #include <memory.h>
- #include <string.h>
- #include <ctype.h>
|