ENH: some fixes

This commit is contained in:
Ken Martin
2005-11-10 15:13:54 -05:00
parent b94d785df9
commit fed6dae8e9
6 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
// A simple program that computes the square root of a number
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "TutorialConfig.h"