]> git.saurik.com Git - bison.git/blobdiff - src/complain.c
tests: minor fixes/simplifications
[bison.git] / src / complain.c
index fdf773eed8015ad67b95385a56ddf10ad030ad69..18432b49ee2cadca2809e6f323af66381e9a91bc 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2004-2006, 2009-2011 Free Software
+   Copyright (C) 2000-2002, 2004-2006, 2009-2012 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -23,6 +23,7 @@
 #include "system.h"
 
 #include <stdarg.h>
+#include <progname.h>
 
 #include "complain.h"
 #include "files.h"