mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
350 B

  1. diff -ruN xautomation-0.96/image.c xautomation-0.96-new/image.c
  2. --- xautomation-0.96/image.c 2003-12-15 19:44:01.000000000 +0100
  3. +++ xautomation-0.96-new/image.c 2004-12-06 19:45:46.798031352 +0100
  4. @@ -22,7 +22,7 @@
  5. #include <stdlib.h>
  6. #include <X11/XWDFile.h>
  7. -#include <png.h>
  8. +#include <libpng/png.h>
  9. #include "image.h"
  10. #include "debug.h"