~ubuntu-branches/ubuntu/trusty/gnome-system-tools/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/fix-missing-header-ftbfs-amd64.patch

  • Committer: Package Import Robot
  • Author(s): Daniel T Chen
  • Date: 2011-08-30 17:55:27 UTC
  • Revision ID: package-import@ubuntu.com-20110830175527-56iwxpdxc0roric9
Tags: 2.32.0-0ubuntu8
Add fix-missing-header-ftbfs-amd64.patch to resolve a missing
header that caused a FTBFS on amd64/ia64. (LP: #766040)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: gnome-system-tools-2.32.0/src/network/connection.c
 
2
===================================================================
 
3
--- gnome-system-tools-2.32.0.orig/src/network/connection.c     2011-08-30 17:52:10.000000000 -0400
 
4
+++ gnome-system-tools-2.32.0/src/network/connection.c  2011-08-30 17:55:08.000000000 -0400
 
5
@@ -18,6 +18,7 @@
 
6
  * Authors: Carlos Garnacho Parro  <carlosg@gnome.org>
 
7
  */
 
8
 
 
9
+#include <stdlib.h>
 
10
 #include <string.h>
 
11
 
 
12
 #include <glib/gi18n.h>