diff options
Diffstat (limited to 'src/input/pnm.h')
-rw-r--r-- | src/input/pnm.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/input/pnm.h b/src/input/pnm.h index 2970ed711..bf3514bae 100644 --- a/src/input/pnm.h +++ b/src/input/pnm.h @@ -15,9 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: pnm.h,v 1.5 2003/12/09 00:02:30 f1rmb Exp $ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * pnm util functions header by joschka */ @@ -28,7 +26,7 @@ #ifndef __CYGWIN__ #include <inttypes.h> #endif -#include "xine_internal.h" +#include <xine/xine_internal.h> typedef struct pnm_s pnm_t; |