欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

fatal error: stdio.h: No such file or directory

程序员文章站 2022-07-01 20:30:21
...

https://askubuntu.com/questions/937117/c-stdio-h-no-such-file-or-directory

 

 

sudo apt install --reinstall gcc-5.4

 

or

 

 

First run:  find /usr/include/ -name "stdio.h"

if no files return, run  sudo apt install --reinstall build-essential

That will reinstall any missing files