| commit | 504a385858a49352bcfceca444ba4f1a7bfd20cd | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Tue Feb 04 23:24:38 2003 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Tue Feb 04 23:24:38 2003 +0100 |
| tree | 7a30b45b7847b650b748daa90e839d80ae770f42 | |
| parent | d65efa37b1fd73305ce4469841dc760514d74202 [diff] [blame] |
Version 0.3.31 * Added a lot of functions to ltrace.conf, thanks to Jakub Jelinek <jakub@redhat.com> (closes: Bug#144518) * Fixed off-by-one problem in checking syscall number * Removed some warnings
diff --git a/execute_program.c b/execute_program.c index 6efc03c..09db44a 100644 --- a/execute_program.c +++ b/execute_program.c
@@ -3,6 +3,7 @@ #endif #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h>