diff --git a/configure b/configure index bda2585..32a89f7 100755 --- a/configure +++ b/configure @@ -522,7 +522,7 @@ if [ ${HAVE_GETDTABLESIZE} -eq 0 ]; then echo "extern int getdtablesize(void);" fi if [ ${HAVE_GETENTROPY} -eq 0 ]; then - echo "extern int getentropy(void *, size_t)"; + echo "extern int getentropy(void *, size_t);" fi if [ ${HAVE_GETPROGNAME} -eq 0 ]; then echo "extern const char *getprogname(void);"