diff options
-rw-r--r-- | accessibility/at-spi/files/patch-cspi_spi_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accessibility/at-spi/files/patch-cspi_spi_main.c b/accessibility/at-spi/files/patch-cspi_spi_main.c new file mode 100644 index 000000000..8ed8c2c5a --- /dev/null +++ b/accessibility/at-spi/files/patch-cspi_spi_main.c @@ -0,0 +1,10 @@ +--- cspi/spi_main.c.orig Tue Jun 17 21:45:37 2003 ++++ cspi/spi_main.c Tue Jun 17 21:45:49 2003 +@@ -26,6 +26,7 @@ + * Basic SPI initialization and event loop function prototypes + * + */ ++#include <stdio.h> + #include <string.h> + #include <stdlib.h> + #include <cspi/spi-private.h> |