a4581afc98
* Make XTest optional (screenblanker-defeating fake keypresses). It seems to be causing problems... * Don't touch the volume at startup if remember_volume isn't set. * Don't reset the volume on exit - xine-lib alters it (if remember_volume is set) before gxine gets anywhere near it. * Fix Xinerama handling. * Enforce black background beyond video area within video window. * Don't create links to the browser plugin if it isn't present. * Added Simplified Chinese translation. (Tao Pin, Dong Changdao) * Fix a few filename-related memory leaks. * Fixed problems with # in filenames. * Use --as-needed (if supported) when linking.
12 lines
301 B
Text
12 lines
301 B
Text
$NetBSD: patch-ab,v 1.2 2005/10/19 13:26:02 adam Exp $
|
|
|
|
--- src/http.c.orig 2005-03-17 00:55:23.000000000 +0000
|
|
+++ src/http.c
|
|
@@ -28,6 +28,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
+#include <netinet/in.h>
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|