Skip to content

Commit

Permalink
[fix] #41 - inconsistent oprf.h include (paths)
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Oct 31, 2024
1 parent 920ec72 commit e8353cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opaque.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

#include "opaque.h"
#include <oprf.h>
#include <oprf/oprf.h>

#if _WIN32 == 1 || _WIN64 == 1
#include <winsock2.h>
Expand Down

0 comments on commit e8353cc

Please sign in to comment.