Fixed include path.

git-svn-id: svn://kolibrios.org@5090 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-09-05 13:33:00 +00:00
parent 9d022746fd
commit 6ee337e0e7

View File

@ -1,3 +1,5 @@
format binary as ""
use32
; standard header
db 'MENUET01' ; signature
@ -15,7 +17,7 @@ purge mov,add,sub
include '../../../../proc32.inc'
include '../../../../dll.inc'
include '../network.inc'
include '../../../../network.inc'
; entry point
start: