summaryrefslogtreecommitdiff
path: root/int-bios.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-10 09:28:10 +0000
committerpixel <pixel>2007-07-10 09:28:10 +0000
commita3e08df7a6655e7baf3505edeed3a1c0dff5bbf8 (patch)
treec80f10b9a90268f209e5593544824e2d1a72b970 /int-bios.h
parent8feb553794efc2a328f8ce2beed5eeacc43238f4 (diff)
Adding first prototypes for mpq-fs, and harmonization of the headers.
Diffstat (limited to 'int-bios.h')
-rw-r--r--int-bios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/int-bios.h b/int-bios.h
index c0b437b..1508218 100644
--- a/int-bios.h
+++ b/int-bios.h
@@ -1,7 +1,7 @@
#ifndef __INT_BIOS_H__
#define __INT_BIOS_H__
-#include "mpq-bios.h"
+#include <mpq-bios.h>
int __mpqlib_seek(struct mpq_archive_t *, uint64_t);
int __mpqlib_read(struct mpq_archive_t *, void *, uint32_t);