Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 90113e2

Browse files
committed
another one quickly done up
1 parent dc0e256 commit 90113e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/lib/hasht.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: hasht.h,v 1.1 1996/08/28 07:22:38 scrappy Exp $
10+
* $Id: hasht.h,v 1.2 1996/11/05 11:29:45 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndef HASHT_H
1515
#define HASHT_H
1616

17-
#include "utils/hsearch.h"
17+
#include <utils/hsearch.h>
1818

1919
typedef void (*HashtFunc)();
2020

0 commit comments

Comments
 (0)