Skip to content

Commit

Permalink
Add missing header for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
knivey committed Mar 24, 2016
1 parent 15bab6f commit 59e97a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions everdb-native/test_hash.cpp
Expand Up @@ -3,6 +3,9 @@

#include "hash.h"

#ifdef __linux__
#include "string.h" //memcpy
#endif

TEST_CASE() {

Expand Down

0 comments on commit 59e97a3

Please sign in to comment.