blob: c89890a777f79f6bac42f9bb0eb57623c90d416c [file] [log] [blame]
#ifndef PROG_H
// Header guards for PCH confuse msvc in some situations.
// Using them here makes sure we handle this correctly.
#define PROG_H
#include<stdio.h>
#endif