X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftermios%2Fcfsetospeed.c;h=c9cbdd9d9d2e1f7f3ba78567fc13fae28ad721d7;hb=f9895817321790bef33a56e3b10f3f71d989c23e;hp=80c790f1fda1b2046a8746d6b4e2b436ab95ac0c;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c index 80c790f1..c9cbdd9d 100644 --- a/src/termios/cfsetospeed.c +++ b/src/termios/cfsetospeed.c @@ -1,7 +1,7 @@ +#define _BSD_SOURCE #include #include #include -#include "libc.h" int cfsetospeed(struct termios *tio, speed_t speed) {