mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
f8ea02d4d1
Fixes #992
4 lines
96 B
C
4 lines
96 B
C
#ifndef _SHADOW_H
|
|
#define _SHADOW_H
|
|
#include "third_party/musl/shadow.h"
|
|
#endif /* _SHADOW_H */
|