summaryrefslogtreecommitdiff
path: root/source3/utils/log2pcaphex.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-08-31 23:58:55 +0000
committerTim Potter <tpot@samba.org>2003-08-31 23:58:55 +0000
commit0548123153643e00a4a91280aca2d031218f7292 (patch)
tree863e570f3b7c9566d011c2540634535c47f9b842 /source3/utils/log2pcaphex.c
parent3aedaf6819ffef671d94656506a330d141610dac (diff)
downloadsamba-0548123153643e00a4a91280aca2d031218f7292.tar.gz
samba-0548123153643e00a4a91280aca2d031218f7292.tar.bz2
samba-0548123153643e00a4a91280aca2d031218f7292.zip
We don't need to #include memory.h here. It's a BSD'ism and just includes
string.h anyways. (This used to be commit 71034cede83b5605b25a4d3b640086294244c239)
Diffstat (limited to 'source3/utils/log2pcaphex.c')
-rw-r--r--source3/utils/log2pcaphex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/log2pcaphex.c b/source3/utils/log2pcaphex.c
index 7c429c326b..4804b99338 100644
--- a/source3/utils/log2pcaphex.c
+++ b/source3/utils/log2pcaphex.c
@@ -38,7 +38,6 @@ int hexformat = 0;
#include <stdlib.h>
#include <unistd.h>
-#include <memory.h>
#include <sys/time.h>
#include <stdio.h>
#include <fcntl.h>