Skip to content

Commit

Permalink
use string.h instead of strings.h to silence warning: implicit declar…
Browse files Browse the repository at this point in the history
…ation of function 'memcpy'
  • Loading branch information
gen2brain committed Oct 23, 2015
1 parent c0f9463 commit 9e93b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion png.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package cairo
// #cgo pkg-config: cairo
// #include <stdio.h>
// #include <stdlib.h>
// #include <strings.h>
// #include <string.h>
// #include <cairo.h>
//
// #define GO_CAIRO_VECTOR_INIT_SIZE 64
Expand Down

0 comments on commit 9e93b9b

Please sign in to comment.