blob: 20824d44534c55a8ba8ab1b39c8442be78177b62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hash.c 21 Jun 2008 15:39:15 -0000 1.1
+++ hash.c 17 Oct 2008 08:51:45 -0000
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "cvs.h"
#include "hash.h"
|