comparison src/audtool/audtool.c @ 2327:921b2d8d9b2e trunk

[svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp'
author js
date Sat, 13 Jan 2007 16:09:38 -0800
parents 3149d4b1a9a9
children c2b49ba4be45
comparison
equal deleted inserted replaced
2326:094cac62c904 2327:921b2d8d9b2e
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 #include <stdlib.h> 19 #include <stdlib.h>
20 #include <string.h>
20 #include <glib.h> 21 #include <glib.h>
21 #include <locale.h> 22 #include <locale.h>
22 #include "libaudacious/beepctrl.h" 23 #include "libaudacious/beepctrl.h"
23 #include "audtool.h" 24 #include "audtool.h"
24 25