]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
slackware pkg build files
[xonotic/gmqcc.git] / opts.c
diff --git a/opts.c b/opts.c
index abd012fa6a160d12ad4db4aea7fb306ae38b2632..4cfa79c9eb13fd900e2cf5935db8fb253169a42c 100644 (file)
--- a/opts.c
+++ b/opts.c
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
+#include <string.h>
+#include <stdlib.h>
+#include <ctype.h>
+
 #include "gmqcc.h"
+
 unsigned int opts_optimizationcount[COUNT_OPTIMIZATIONS];
 opts_cmd_t   opts; /* command lien options */