我在编写C程序引用到的一个头文件conf.h
fatal error C1083: Cannot open include file: 'conf.h': No such file or directory是不是前面要加什么,还是这个头文件本省我就用错了?
/* ripin.c - rip */
#include <conf.h>
#include <kernel.h>
#include <network.h>
#include <proc.h>
#ifdef RIP
/*------------------------------------------------------------------------
* rip - do the RIP route exchange protocol
*------------------------------------------------------------------------
*/