Skip to content

Commit d2e2790

Browse files
committed
Use full include path. That's easier than fiddeling with -I.
1 parent 097d192 commit d2e2790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ampdec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __MPDECODE_H
22
#define __MPDECODE_H
33

4-
#include "binfile.h"
4+
#include "binfile/binfile.h"
55

66
#ifdef __WATCOMC__
77
void __fistp(long &i, long double x);

mpgsplit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "binfile.h"
1+
#include "binfile/binfile.h"
22

33
class mpegsplitstream : public binfile
44
{

0 commit comments

Comments
 (0)