comparison src/prefs.c @ 349:b402a23f35df

[gaim-migrate @ 359] Let's see if *this* doesn't break everything committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Jun 2000 17:14:32 +0000
parents 0d9cfc3579a5
children a4df8f1cc61a
comparison
equal deleted inserted replaced
348:29f95b2b3e38 349:b402a23f35df
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #ifdef HAVE_CONFIG_H
23 #include "../config.h"
24 #endif
22 #include <string.h> 25 #include <string.h>
23 #include <sys/time.h> 26 #include <sys/time.h>
24 27
25 #include <sys/types.h> 28 #include <sys/types.h>
26 #include <sys/stat.h> 29 #include <sys/stat.h>