comparison pidgin/minidialog.c @ 21432:4acd6a71b0ef

Fix build.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 Nov 2007 00:00:52 +0000
parents 21bea7c72a80
children 5123f25788f2
comparison
equal deleted inserted replaced
21431:5dddaf6e6136 21432:4acd6a71b0ef
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 26
27 #include "internal.h"
28
27 #include <gtk/gtkhbox.h> 29 #include <gtk/gtkhbox.h>
28 #include <gtk/gtkbutton.h> 30 #include <gtk/gtkbutton.h>
29 31
30 #include "libpurple/prefs.h" 32 #include "libpurple/prefs.h"
31 33