forked from aniani/vim
updated for version 7.3.719
Problem: Cannot run new version of cproto, it fails on missing include
files.
Solution: Add lots of #ifndef PROTO
This commit is contained in:
@@ -22,4 +22,6 @@
|
||||
|
||||
/* select emulation */
|
||||
|
||||
#include <net/socket.h> /* for typedefs and #defines only */
|
||||
#ifndef PROTO
|
||||
# include <net/socket.h> /* for typedefs and #defines only */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user