summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
commit62e84e786db6f95cb4be489648f9fbf41540d167 (patch)
tree1ebf3b0af394285375c43b0c7346f17249fc2239
parentf48651e9def8e9f7473f7dd15d38032c394edf9f (diff)
Clear compiler warnings. (Stefan Dirsch)
-rw-r--r--src/delta/lbxdelta.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/delta/lbxdelta.c b/src/delta/lbxdelta.c
index 090a876..5085d33 100644
--- a/src/delta/lbxdelta.c
+++ b/src/delta/lbxdelta.c
@@ -1,6 +1,8 @@
/*
* $NCDXorg: @(#)lbxdelta.c,v 1.2 1994/01/22 02:23:40 dct Exp $
* $Xorg: lbxdelta.c,v 1.5 2000/08/17 19:46:40 cpqbld Exp $
+ * $XdotOrg: $
+ *
* Copyright 1993 Network Computing Devices
*
* Permission to use, copy, modify, distribute, and sell this software and its
@@ -31,6 +33,7 @@
#include <X11/extensions/lbxdeltastr.h>
#include <stddef.h>
+#include <string.h>
#ifdef LBXREQSTATS
#include "../lbx_zlib/reqstats.h"