• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/imlib2/0007-fix-compilation-issues-with-musl.patch
Brendan HeadingBrendan Heading committed f68270c92ec03 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From bdfa1169c549122a8dc848b84469458101adeb20 Mon Sep 17 00:00:00 2001
2
From: Brendan Heading <brendanheading@gmail.com>
3
Date: Mon, 3 Aug 2015 12:44:55 +0100
4
Subject: [PATCH 1/1] fix compilation issues with musl
5
​
6
Using time_t strictly requires time.h to be included.
7
​
8
NOTE I've stuck to the convention on this project where most of the
9
files appear to pick up most of their headers by including "common.h".
10
​
11
Upstream-status: pending
12
Signed-off-by: Brendan Heading <brendanheading@gmail.com>
13
---
14
 src/lib/common.h | 1 +
15
 1 file changed, 1 insertion(+)
16
​
17
diff --git a/src/lib/common.h b/src/lib/common.h
18
index 798965f..9053826 100644
19
--- a/src/lib/common.h
20
+++ b/src/lib/common.h
21
@@ -9,6 +9,7 @@
22
 #include <config.h>
23
 #include <string.h>
24
 #include <math.h>
25
+#include <time.h>
26
 #ifdef WITH_DMALLOC
27
 #include <dmalloc.h>
28
 #endif
29
-- 
30
2.4.3
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.