mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
13 lines
328 B
C
13 lines
328 B
C
|
/* DO NOT EDIT THIS FILE.
|
||
|
|
||
|
It has been auto-edited by fixincludes from:
|
||
|
|
||
|
"fixinc/tests/inc/string.h"
|
||
|
|
||
|
This had to be done to correct non-standard usages in the
|
||
|
original, manufacturer supplied header file. */
|
||
|
|
||
|
#ifndef _STRING_INCLUDED
|
||
|
#define _STRING_INCLUDED
|
||
|
#include <strings.h>
|
||
|
#endif /* _STRING_INCLUDED */
|