Update to the latest config.guess and config.sub.
[metze/wireshark/wip.git] / conditions.c
index 831cd081543f2dd657b12d9b331859846bbfab25..ac7963cc7d79e6aa9431061560e7f23ee6bac81a 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -218,6 +220,6 @@ void _cnd_find_hash_key_for_class_id(gpointer key,
  * indent-tabs-mode: nil
  * End:
  *
- * ex: set shiftwidth=2 tabstop=8 expandtab
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
  * :indentSize=2:tabSize=8:noTabs=true:
  */