7 lines
104 B
C
7 lines
104 B
C
#ifndef __COMPAT_H
|
|
#define __COMPAT_H
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#endif /* __COMPAT_H */
|