summaryrefslogtreecommitdiff
path: root/src/include/utmpx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utmpx.h')
-rw-r--r--src/include/utmpx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/utmpx.h b/src/include/utmpx.h
new file mode 100644
index 0000000..fc61b8b
--- /dev/null
+++ b/src/include/utmpx.h
@@ -0,0 +1,13 @@
+/* ISC license. */
+
+/*
+ This file is part of the utmps package.
+ See https://skarnet.org/software/utmps/
+*/
+
+#ifndef UTMPX_H
+#define UTMPX_H
+
+#include <utmps/utmpx.h>
+
+#endif