mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 17:27:56 +00:00
5 lines
96 B
C
5 lines
96 B
C
|
#ifndef _SHADOW_H
|
||
|
#define _SHADOW_H
|
||
|
#include "third_party/musl/shadow.h"
|
||
|
#endif /* _SHADOW_H */
|