diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:24:57 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:24:57 +0000 |
| commit | 68feb9f62351a18bc52d0ad4d69c0b83231d2e77 (patch) | |
| tree | f749f9658619adbaf0985b3feab558081941c4dd /macosx/Plugin.c | |
| parent | 387027e6704341ffca44b721fe18037f2cec9dd7 (diff) | |
| download | pcsxr-68feb9f62351a18bc52d0ad4d69c0b83231d2e77.tar.gz | |
OS X: Fix some Pedantic warnings.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Plugin.c')
| -rwxr-xr-x | macosx/Plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Plugin.c b/macosx/Plugin.c index 48ff71bc..e5cc65d3 100755 --- a/macosx/Plugin.c +++ b/macosx/Plugin.c @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#import <CoreFoundation/CoreFoundation.h> +#include <CoreFoundation/CoreFoundation.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
