mirror of
https://github.com/AxioDL/libjpeg-turbo.git
synced 2025-07-01 10:53:51 +00:00
FreeBSD fixes
This commit is contained in:
parent
8a07973a8b
commit
4e316aa7ef
@ -31,10 +31,10 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <jinclude.h>
|
#include "jinclude.h"
|
||||||
#define JPEG_INTERNALS
|
#define JPEG_INTERNALS
|
||||||
#include <jpeglib.h>
|
#include "jpeglib.h"
|
||||||
#include <jerror.h>
|
#include "jerror.h"
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include "./turbojpeg.h"
|
#include "./turbojpeg.h"
|
||||||
#include "./tjutil.h"
|
#include "./tjutil.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user