use proper form of include for system libraries

This commit is contained in:
Jeff Hill
2000-05-04 15:39:58 +00:00
parent b67f3c49d1
commit 6d1bed689e

View File

@@ -10,7 +10,7 @@ of this distribution.
#ifndef INCioccrfH
#define INCioccrfH
#include "stdio.h"
#include <stdio.h>
#include "shareLib.h"
#ifdef __cplusplus