mirror of
https://github.com/systemd/systemd.git
synced 2026-07-20 14:30:45 +00:00
11 lines
118 B
C
11 lines
118 B
C
/*
|
|
* sys/utime.h
|
|
*/
|
|
|
|
#ifndef _SYS_UTIME_H
|
|
#define _SYS_UTIME_H
|
|
|
|
#include <linux/utime.h>
|
|
|
|
#endif /* _SYS_UTIME_H */
|