Mercurial > audlegacy-plugins
comparison src/lirc/about.c @ 1914:5e88191720a7
- Fix HAVE_CONFIG_H for lirc
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Fri, 28 Sep 2007 17:02:03 +0200 |
parents | d124034ebea3 |
children | 5e54ffc4f46f |
comparison
equal
deleted
inserted
replaced
1913:fd04ddfb3089 | 1914:5e88191720a7 |
---|---|
21 You should have received a copy of the GNU General Public License | 21 You should have received a copy of the GNU General Public License |
22 along with this program; if not, write to the Free Software | 22 along with this program; if not, write to the Free Software |
23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
24 */ | 24 */ |
25 | 25 |
26 #ifdef HAVE_CONFIG_H | 26 #include "config.h" |
27 # include "config.h" | |
28 #endif | |
29 | 27 |
30 #include <glib.h> | 28 #include <glib.h> |
31 #include <audacious/i18n.h> | 29 #include <audacious/i18n.h> |
32 #include <gtk/gtk.h> | 30 #include <gtk/gtk.h> |
33 | 31 |