Bugzilla bug 111574: standard header files should be included with
#include <foo.h>, not #include "foo.h". Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch. r=wtc. Modified files: signtool.h jar.h git-svn-id: svn://10.0.0.236/trunk@109645 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a99ecbbd86
commit
d6278cf4d9
@ -38,8 +38,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "errno.h"
|
||||
#include "prprf.h"
|
||||
#include "prio.h"
|
||||
#include "secutil.h"
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "stdio.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* various types */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user