| commit | d44c6b8b090b8b7aa9d971d9e0bfd848732a3071 | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Fri Sep 25 14:48:42 1998 +0200 |
| committer | Juan Cespedes <cespedes@debian.org> | Fri Sep 25 14:48:42 1998 +0200 |
| tree | c304ad26a8ab4faf3fe5c92c3fb4d011c40c503a | |
| parent | 8e3e082c27716245619721207cd5067d8c6271f9 [diff] [blame] |
Version: 0.3.6 * Added m68k port (Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>) (Bug#27075) * Changed "int pid" with "pid_t pid" everywhere * Fixed return type of some functions from "int" to "void *" (thanks, Roman)
diff --git a/process_event.c b/process_event.c index e5ca870..91f64a1 100644 --- a/process_event.c +++ b/process_event.c
@@ -1,3 +1,7 @@ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #define _GNU_SOURCE #include <stdio.h> #include <string.h>