Where is sys/types.h located?

前端 未结 5 1258
别跟我提以往
别跟我提以往 2021-01-30 09:37

I just found out that the and headers are located in the /usr/include folder in Ubuntu server, but I don\

5条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 09:52

    Just for future reference, I ran into this problem on my debian machine, and it turned out that in my case

    $ apt-file find /usr/include/sys/types.h
    libc6-dev-i386: /usr/include/sys/types.h
    

    libc6-dev-i386 is the package I seemingly need to install

提交回复
热议问题