mirror of
https://github.com/systemd/systemd.git
synced 2026-07-17 21:10:13 +00:00
11 lines
105 B
C
11 lines
105 B
C
/*
|
|
* <sys/un.h>
|
|
*/
|
|
|
|
#ifndef _SYS_UN_H
|
|
#define _SYS_UN_H
|
|
|
|
#include <linux/un.h>
|
|
|
|
#endif /* _SYS_UN_H */
|