Fix clang -Wtypedef-redefinition

This commit is contained in:
Marko Mäkelä 2023-11-06 10:32:39 +02:00
parent f77a3868a7
commit 01623ac9ea

View File

@ -21,9 +21,9 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <spawn.h>
#include <my_global.h>
#include <mysql/plugin_auth.h>
#include "auth_pam_tool.h"
#include <my_global.h>
#ifndef DBUG_OFF
static char pam_debug = 0;