Include patchlevel.h (to ensure it is distributed with the rest).

This commit is contained in:
Guido van Rossum 1991-03-06 13:09:35 +00:00
parent ed98d48027
commit e7ef22ef41
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Python interpreter main program */
#include "patchlevel.h"
#include "allobjects.h"
#include "grammar.h"