Mercurial > audlegacy
comparison src/audacious/strings.c @ 4474:6e323e395886
Fix some random #includes.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 21 Apr 2008 05:47:31 +0300 |
| parents | 5a5c8fc27055 |
| children | 6b76f8589f5d |
comparison
equal
deleted
inserted
replaced
| 4473:6f4ae7e116e7 | 4474:6e323e395886 |
|---|---|
| 33 #include <string.h> | 33 #include <string.h> |
| 34 #include <ctype.h> | 34 #include <ctype.h> |
| 35 | 35 |
| 36 #include "main.h" | 36 #include "main.h" |
| 37 | 37 |
| 38 #ifdef USE_CHARDET | |
| 38 #include "../libguess/libguess.h" | 39 #include "../libguess/libguess.h" |
| 39 #ifdef HAVE_UDET | 40 # ifdef HAVE_UDET |
| 40 #include <libudet_c.h> | 41 # include <libudet_c.h> |
| 42 # endif | |
| 41 #endif | 43 #endif |
| 42 | 44 |
| 43 /* | 45 /* |
| 44 * escape_shell_chars() | 46 * escape_shell_chars() |
| 45 * | 47 * |
