aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-17 14:36:32 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-17 14:36:32 +0000
commit21e897760f2e018effabdb119809ffe61b08bd15 (patch)
tree849761a7b46c66ad4be71ecbd5fb723099a1aece /epan/asn1.c
parent4b7eeb8562de157025ea05d03d9a3ae2d1d78547 (diff)
include string.h to import memcpy and memset functions signatures
svn path=/trunk/; revision=21812
Diffstat (limited to 'epan/asn1.c')
-rw-r--r--epan/asn1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/asn1.c b/epan/asn1.c
index 667a848780..44d4a954a3 100644
--- a/epan/asn1.c
+++ b/epan/asn1.c
@@ -27,10 +27,12 @@
# include "config.h"
#endif
+#include <glib.h>
+
+#include <string.h>
#include <stdlib.h>
#include <math.h>
-#include <glib.h>
#include <epan/packet.h>
#include "asn1.h"