Skip to content

Commit 01623ac

Browse files
committed
Fix clang -Wtypedef-redefinition
1 parent f77a386 commit 01623ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/auth_pam/auth_pam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include <sys/types.h>
2222
#include <sys/wait.h>
2323
#include <spawn.h>
24+
#include <my_global.h>
2425
#include <mysql/plugin_auth.h>
2526
#include "auth_pam_tool.h"
26-
#include <my_global.h>
2727

2828
#ifndef DBUG_OFF
2929
static char pam_debug = 0;

0 commit comments

Comments
 (0)