Skip to content

Commit

Permalink
libpaper.c: always #include relocatable.h (fix #57)
Browse files Browse the repository at this point in the history
If we’re not using relocation, we need it to define macros for unused
symbols.
  • Loading branch information
rrthomas committed Mar 10, 2024
1 parent a8afe3f commit ae9150d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/libpaper.c.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
#include <langinfo.h>
#endif

#if ENABLE_RELOCATABLE
#include "relocatable.h"
#endif

#include "paper.h"

Expand Down

0 comments on commit ae9150d

Please sign in to comment.