Commit 01623ac9 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix clang -Wtypedef-redefinition

parent f77a3868
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <spawn.h> #include <spawn.h>
#include <my_global.h>
#include <mysql/plugin_auth.h> #include <mysql/plugin_auth.h>
#include "auth_pam_tool.h" #include "auth_pam_tool.h"
#include <my_global.h>
#ifndef DBUG_OFF #ifndef DBUG_OFF
static char pam_debug = 0; static char pam_debug = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment