add missing include of gmid.h

This commit is contained in:
Omar Polo 2023-06-06 11:57:33 +00:00
parent 2dd5994ae1
commit 9b1750057c
1 changed files with 2 additions and 0 deletions

2
log.c
View File

@ -16,6 +16,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "gmid.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>