aboutsummaryrefslogtreecommitdiff
path: root/dict.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2003-01-31 19:56:34 +0100
committerJuan Cespedes <cespedes@debian.org>2003-01-31 19:56:34 +0100
commit7186e2af704f4458e6383e8a92482594db29b597 (patch)
treeaf603ce3c3ae7a69ee7ae2634d2912eeccaf33ca /dict.c
parentcac15c3f170b5ec2cc6304c8c0763a78103e1778 (diff)
downloadltrace-7186e2af704f4458e6383e8a92482594db29b597.tar.gz
Version 0.3.28
* Fixed memory corruption when using execve() in a traced program (closes: Bug#160341, Bug#165626)
Diffstat (limited to 'dict.c')
-rw-r--r--dict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dict.c b/dict.c
index f428820..ae7d220 100644
--- a/dict.c
+++ b/dict.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "debug.h"