summaryrefslogtreecommitdiff
path: root/include/ttyent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ttyent.h')
-rw-r--r--include/ttyent.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index ba790e3542..e510df8260 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -1 +1,8 @@
-#include <misc/ttyent.h>
+#ifndef _TTYENT_H
+# include <misc/ttyent.h>
+
+libc_hidden_proto (getttyent)
+libc_hidden_proto (setttyent)
+libc_hidden_proto (endttyent)
+
+#endif