Skip to content

Commit 4aa8546

Browse files
committed
Fix missing C standard declaration in libsigrok4DSL
1 parent cac236a commit 4aa8546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsigrok4DSL/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ CFLAGS="$CFLAGS -Wall -Wextra -fvisibility=hidden -ludev -Wl,--rpath=/usr/local/
4848

4949
# Checks for programs.
5050
AC_PROG_CC
51+
AC_PROG_CC_STDC
5152
AC_PROG_CPP
5253
AC_PROG_INSTALL
5354
AC_PROG_LN_S

0 commit comments

Comments
 (0)