summaryrefslogtreecommitdiff
path: root/src/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.c')
-rw-r--r--src/vector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vector.c b/src/vector.c
index f448eb1..0a657f5 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,4 +1,4 @@
-/* $Id: vector.c,v 1.4 2002-05-13 23:32:16 rjkaes Exp $
+/* $Id: vector.c,v 1.5 2002-05-23 18:20:27 rjkaes Exp $
*
* A vector implementation. The vector can be of an arbritrary length, and
* the data for each entry is an lump of data (the size is stored in the
@@ -23,8 +23,8 @@
#include "tinyproxy.h"
+#include "heap.h"
#include "vector.h"
-#include "utils.h"
/*
* These structures are the storage for the "vector". Entries are