Skip to content

Commit

Permalink
Doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkaraszewski committed Jul 24, 2024
1 parent b0a908d commit 147b5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libstuff/libstuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
#endif
#endif

#include <pcrecpp.h> // sudo apt-get install libpcre++-dev
#define PCRE2_CODE_UNIT_WIDTH 8
#include <pcre2.h> // sudo apt-get install libpcre2-dev

// Common error definitions
#define S_errno errno
Expand Down

0 comments on commit 147b5dd

Please sign in to comment.