Skip to content

Commit

Permalink
Specify correct path to local version of secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Feb 7, 2016
1 parent ca59e42 commit f55b139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions secp256k1/php_secp256k1.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* $Id$ */


#if defined(HAVE_LIBSECP256k1)
#if defined(HAVE_LIBSECP256K1)
#include <secp256k1.h>
#include <secp256k1_recovery.h>
#else
#include "deps/include/secp256k1.h"
#include "deps/include/secp256k1_recovery.h"
#include "secp256k1/include/secp256k1.h"
#include "secp256k1/include/secp256k1_recovery.h"
#endif

#ifndef PHP_SECP256K1_H
Expand Down

0 comments on commit f55b139

Please sign in to comment.