You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ gcc -o hidclient -O2 -lbluetooth -Wall hidclient.c
hidclient.c:105:21: fatal error: stropts.h: No such file or directory
#include <stropts.h>
^
compilation terminated.
I found some discussion around a similar error for an entirely different program here that also did the trick for me. after making the following change it compiled without issue.
on fedora24
I found some discussion around a similar error for an entirely different program here that also did the trick for me. after making the following change it compiled without issue.
The text was updated successfully, but these errors were encountered: