Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b9b6b279
Commit
b9b6b279
authored
Oct 15, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stdio.h to db.h
git-svn-id:
file:///svn/tokudb@461
c7de825b-a66e-492c-adef-691d508d4ae1
parent
88f31dfa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
buildheader/db.h_4_1
buildheader/db.h_4_1
+2
-0
buildheader/db.h_4_3
buildheader/db.h_4_3
+2
-0
buildheader/make_db_h.c
buildheader/make_db_h.c
+2
-0
No files found.
buildheader/db.h_4_1
View file @
b9b6b279
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
#define _DB_H
#define _DB_H
/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
#include <sys/types.h>
#include <sys/types.h>
/*stdio is needed for the FILE* in db->verify*/
#include <stdio.h>
#if defined(__cplusplus)
#if defined(__cplusplus)
extern "C" {
extern "C" {
#endif
#endif
...
...
buildheader/db.h_4_3
View file @
b9b6b279
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
#define _DB_H
#define _DB_H
/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
#include <sys/types.h>
#include <sys/types.h>
/*stdio is needed for the FILE* in db->verify*/
#include <stdio.h>
#if defined(__cplusplus)
#if defined(__cplusplus)
extern "C" {
extern "C" {
#endif
#endif
...
...
buildheader/make_db_h.c
View file @
b9b6b279
...
@@ -170,6 +170,8 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
...
@@ -170,6 +170,8 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
printf
(
"#define _DB_H
\n
"
);
printf
(
"#define _DB_H
\n
"
);
printf
(
"/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
\n
"
);
printf
(
"/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
\n
"
);
printf
(
"#include <sys/types.h>
\n
"
);
printf
(
"#include <sys/types.h>
\n
"
);
printf
(
"/*stdio is needed for the FILE* in db->verify*/
\n
"
);
printf
(
"#include <stdio.h>
\n
"
);
//printf("#include <inttypes.h>\n");
//printf("#include <inttypes.h>\n");
printf
(
"#if defined(__cplusplus)
\n
extern
\"
C
\"
{
\n
#endif
\n
"
);
printf
(
"#if defined(__cplusplus)
\n
extern
\"
C
\"
{
\n
#endif
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment