Skip to content

Commit

Permalink
Update hat-trie C library. Fix GH-11.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed May 21, 2014
1 parent 60940a8 commit b30b294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hat-trie/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#ifndef HATTRIE_COMMON_H
#define HATTRIE_COMMON_H

typedef unsigned long value_t;
#include "pstdint.h"

typedef uintptr_t value_t;

#endif

Expand Down

0 comments on commit b30b294

Please sign in to comment.