colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

commit a93add0aa2691f15be2444ed2069b7f45762a365
parent 5db40ca8bfe17bc50429cd15a4e8e82765426602
Author: sin <sin@2f30.org>
Date:   Thu,  4 Jun 2015 19:38:28 +0100

Style fix

Diffstat:
Mcolors.c | 1+
Mpng.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/colors.c b/colors.c @@ -6,6 +6,7 @@ #include <stdio.h> #include <stdlib.h> #include <time.h> + #include "arg.h" #include "colors.h" #include "queue.h" diff --git a/png.c b/png.c @@ -2,6 +2,7 @@ #include <err.h> #include <stdio.h> #include <stdlib.h> + #include <png.h> #include "colors.h"