openbsd-ports/audio/pianobar/patches/patch-src_libpiano_crypt_c
2012-01-16 13:27:09 +00:00

15 lines
368 B
Plaintext

$OpenBSD: patch-src_libpiano_crypt_c,v 1.2 2012/01/16 13:27:09 dcoppa Exp $
Add missing include
--- src/libpiano/crypt.c.orig Tue Jan 10 22:54:49 2012
+++ src/libpiano/crypt.c Mon Jan 16 13:37:35 2012
@@ -25,6 +25,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "crypt.h"