We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c7190 commit bd89461Copy full SHA for bd89461
jones-ndb/impl/src/ndb/EncoderCharset.cpp
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License, version 2.0,
@@ -27,6 +27,7 @@
27
#include <stdlib.h>
28
#include <string.h>
29
30
+#include <my_global.h>
31
#include <mysql.h>
32
#include <my_sys.h>
33
0 commit comments