Use system include instead of local include in vc/yasm-module.c as well.

svn path=/trunk/yasm/; revision=888
0.2
Peter Johnson 22 years ago
parent ddc08a6994
commit a198f99f3c
  1. 2
      Mkfiles/vc/yasm-module.c

@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
#include "libyasm.h"
#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "yasm-module.h"

Loading…
Cancel
Save