diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-22 00:48:05 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-22 17:10:34 -0400 |
commit | 1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a (patch) | |
tree | ccb9468c060d3455ab7ded3f661d3a5006c630c1 /main.c | |
parent | 7e77685bc35dd0217ed3c72529b2aaf8466b991d (diff) | |
download | gunmake-1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a.tar.gz |
Add VMS port updates from Hartmut Becker.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "makeint.h" -#include "dep.h" #include "filedef.h" +#include "dep.h" #include "variable.h" #include "job.h" #include "commands.h" |