Skip to content

Commit

Permalink
Fix error.h import in hashes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoOtaku committed Oct 19, 2023
1 parent a75b2fb commit fdd5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libpe/hashes.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "libpe/hashes.h"

#include "error.h"
#include "libpe/error.h"
#include "libpe/pe.h"
#include "libfuzzy/fuzzy.h"
#include "libpe/ordlookup.h"
Expand Down

0 comments on commit fdd5671

Please sign in to comment.