diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test-installation.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 76aa3fbbfc..4b173381b4 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -121,6 +121,7 @@ open PRG, ">/tmp/test-prg$$.c" or die ("Couldn't write test file /tmp/test-prg$$.c"); print PRG ' +#include <stdio.h> #include <stdlib.h> int main(void) { printf ("Your new glibc installation seems to be ok.\n"); |