# HG changeset patch # User pkienzle # Date 1036233631 0 # Node ID 2756744a1944435b51ddd881e6eb7e877ce73d39 # Parent e6818dcad4c65c231729115fb612a1f7a0db7cfc Keep gcc 3.2 happy by using includes without the .h diff --git a/jpgread.cc b/jpgread.cc --- a/jpgread.cc +++ b/jpgread.cc @@ -10,7 +10,7 @@ // #include -#include +#include /* * Simple jpeg reading MEX-file. diff --git a/jpgwrite.cc b/jpgwrite.cc --- a/jpgwrite.cc +++ b/jpgwrite.cc @@ -9,7 +9,7 @@ // #include -#include +#include #ifdef __cplusplus extern "C" {