]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/creds.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / creds.h
index 5ad880a012a737888c96d811d659c98db0661c38..aa1d56080fbddf02e81fb6d3aae83696019bbfdc 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef foocredshfoo
 #define foocredshfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
+  Copyright 2006 Lennart Poettering
+
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
   published by the Free Software Foundation; either version 2.1 of the
 
 #include <sys/types.h>
 
-/* config.h must be included before this file */
-
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
+#ifndef PACKAGE
+#error "Please include config.h before including this file!"
 #endif
 
-#ifdef HAVE_SYS_UN_H
-#include <sys/un.h>
-#endif
+#include <pulsecore/socket.h>
 
 typedef struct pa_creds pa_creds;