comparison src/lirc/lirc.c @ 1922:e4eb5b8fd2be

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Sun, 30 Sep 2007 11:44:28 -0500
parents 5e88191720a7
children 5e54ffc4f46f
comparison
equal deleted inserted replaced
1921:31e9908cf91e 1922:e4eb5b8fd2be
22 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 */ 25 */
26 26
27 #ifdef HAVE_CONFIG_H 27 #include "config.h"
28 # include "config.h"
29 #endif
30 28
31 #include <stdio.h> 29 #include <stdio.h>
32 #include <unistd.h> 30 #include <unistd.h>
33 #include <fcntl.h> 31 #include <fcntl.h>
34 #include <string.h> 32 #include <string.h>