11 lines
182 B
C
11 lines
182 B
C
#ifndef __COMPAT_H
|
|
#define __COMPAT_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <stdarg.h>
|
|
#include <errno.h>
|
|
|
|
#endif /* __COMPAT_H */
|