Also change

#include "stdio.h"

to

#include <stdio.h>

because it is a system header.