comparison src/curl/curl.c @ 1844:e0c5fa530df8

curl: MK2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 14:12:02 -0500
parents d2c7a7352748
children 6acf1bda788b
comparison
equal deleted inserted replaced
1843:b900277e18ec 1844:e0c5fa530df8
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 18
19 #ifdef HAVE_CONFIG_H 19 #include "config.h"
20 # include "config.h"
21 #endif
22 20
23 #include <audacious/vfs.h> 21 #include <audacious/vfs.h>
24 #include <audacious/plugin.h> 22 #include <audacious/plugin.h>
25 #include <audacious/configdb.h> 23 #include <audacious/configdb.h>
26 24