tests/28 multiline string: include required headers

we're relying on printf being defined with stdio.h, which happens to
work sometimes. It doesn't work with Apple clang though.
pull/7965/head
Dylan Baker 4 years ago
parent 11ece5dbf3
commit 1a494ccfbe
  1. 2
      test cases/common/28 multiline string/meson.build

@ -26,6 +26,8 @@ endif
cc = meson.get_compiler('c')
prog = '''
#include <stdio.h>
int main(void) {
int num = 1;
printf("%d\n", num);

Loading…
Cancel
Save