浏览代码

Fix error in last commit, include name must be enclosed in double quotes

git-svn-id: trunk@23830 -
pierre 12 年之前
父节点
当前提交
350ae58dc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/openbsd/i386/dllprt0.as

+ 1 - 1
rtl/openbsd/i386/dllprt0.as

@@ -1 +1 @@
-.include i386/cprt0.as
+.include "i386/cprt0.as"