> > ttpci-eeprom.c:38: stdio.h: No such file or directory > > ttpci-eeprom.c: In function `ttpci_eeprom_parse_mac': > > ttpci-eeprom.c:143: `FILE' undeclared (first use in this function) > > ttpci-eeprom.c:143: (Each undeclared identifier is reported only once > > ttpci-eeprom.c:143: for each function it appears in.) > > ttpci-eeprom.c:143: `fd_in' undeclared (first use in this function) > > ttpci-eeprom.c:143: warning: statement with no effect > > ttpci-eeprom.c:145: warning: implicit declaration of function `fopen' > > ttpci-eeprom.c:147: warning: implicit declaration of function `fprintf' > > ttpci-eeprom.c:147: `stderr' undeclared (first use in this function) > > > > whereis stdio.h > > stdio: /usr/include/stdio.h
Certainly the ttpci-eeprom.c file on the top: > #include <asm/errno.h> > #include <linux/init.h> > #include <linux/module.h> > #include <linux/string.h> > #include <stdio.h> > > #include "dvb_i2c.h" > #include "dvb_functions.h" Best Regards: Thomas K�poln�si
