diff options
Diffstat (limited to 'streams')
-rw-r--r-- | streams/Makefile | 2 | ||||
-rw-r--r-- | streams/sys/stropts.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/streams/Makefile b/streams/Makefile index c4c1190933..0b8143aaa1 100644 --- a/streams/Makefile +++ b/streams/Makefile @@ -21,7 +21,7 @@ # subdir := streams -headers = stropts.h bits/stropts.h +headers = stropts.h sys/stropts.h bits/stropts.h routines = isastream getmsg getpmsg putmsg putpmsg fattach fdetach include ../Rules diff --git a/streams/sys/stropts.h b/streams/sys/stropts.h new file mode 100644 index 0000000000..5b5bc02f40 --- /dev/null +++ b/streams/sys/stropts.h @@ -0,0 +1 @@ +#include <stropts.h> |