patch-xfiler_Exec_c 392 B

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