diff options
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include index 622a6f1..1dbbd7e 100644 --- a/Make.include +++ b/Make.include @@ -9,7 +9,7 @@ EXT = pd_linux STRIP = strip PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS) -PD_LIB = -lm $(LIB) +PD_LIB = -lm -lc $(LIB) #select either the DBG and OPT compiler flags below: |