diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-16 07:07:31 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-16 07:07:31 -0400 |
| commit | 12042ad970c1312bf7901ca9694d1137962676d1 (patch) | |
| tree | fa4f552769d8dc1564dfeb12fff98518950783a9 /pkstr.h | |
| parent | 1ac46b846f57cd97e289325e3ad8fd59f8e48208 (diff) | |
single-header creation refactor
Diffstat (limited to 'pkstr.h')
| -rw-r--r-- | pkstr.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,8 +25,7 @@ int pk_compare_cstr(const struct pk_cstr *lhs, const struct pk_cstr *rhs); #ifdef PK_IMPL_STR -#include "./pkmacros.h" - +#include "./pkmacros.h" /* deleteme */ #include <string.h> struct pk_str |
