X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=opts.c;h=4cfa79c9eb13fd900e2cf5935db8fb253169a42c;hb=52d39b726055fe269463ad47375a8fb68822efa6;hp=abd012fa6a160d12ad4db4aea7fb306ae38b2632;hpb=0b6269f60712cb727956ad1be1114e7208a829a4;p=xonotic%2Fgmqcc.git diff --git a/opts.c b/opts.c index abd012f..4cfa79c 100644 --- a/opts.c +++ b/opts.c @@ -21,7 +21,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#include +#include +#include + #include "gmqcc.h" + unsigned int opts_optimizationcount[COUNT_OPTIMIZATIONS]; opts_cmd_t opts; /* command lien options */