From: Matthew Mondor Date: Wed, 25 Jun 2014 15:12:06 +0000 (+0000) Subject: Add missing stdint include X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=da80baae407f1fa3515682869c8303f7259bd182;p=mmondor.git Add missing stdint include --- diff --git a/mmsoftware/util/file-to-c.c b/mmsoftware/util/file-to-c.c index e443831..de7868c 100644 --- a/mmsoftware/util/file-to-c.c +++ b/mmsoftware/util/file-to-c.c @@ -1,4 +1,4 @@ -/* $Id: file-to-c.c,v 1.2 2014/06/25 07:38:26 mmondor Exp $ */ +/* $Id: file-to-c.c,v 1.3 2014/06/25 15:12:06 mmondor Exp $ */ /* * Copyright (c) 2014, Matthew Mondor @@ -14,6 +14,7 @@ #include #include #include +#include #include #include