Browse Source

ENH: put back stdio.h to get sprintf

pull/1/head
Bill Hoffman 24 years ago
parent
commit
8da64c7c44
  1. 1
      Source/cmMakefile.cxx

1
Source/cmMakefile.cxx

@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCommands.h"
#include "cmCacheManager.h"
#include "cmFunctionBlocker.h"
#include <stdio.h> // required for sprintf
// default is not to be building executables
cmMakefile::cmMakefile()

Loading…
Cancel
Save