source: trunk/essentials/dev-lang/perl/djgpp/djgpp.h@ 3184

Last change on this file since 3184 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 864 bytes
Line 
1#ifndef PERL_DJGPP_DJGPP_H
2#define PERL_DJGPP_DJGPP_H
3
4#include <libc/stubs.h>
5#include <io.h>
6#include <errno.h>
7#include <stdio.h>
8#include <stdlib.h>
9#include <string.h>
10#include <unistd.h>