Bug #121
Building on x86_64
| Status: | Resolved | Start: | 2009-05-25 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 2009-05-25 | |
| Assigned to: | % Done: | 100% |
||
| Category: | Misc | Spent time: | - | |
| Target version: | 1.0 | |||
| libpurple: | Branch: |
Description
Had to include stdint.h into src/log.h to build package minbif-1.0alpha:
--- log.h.org 2009-05-25 09:17:48.000000000 0200
++ log.h 2009-05-25 09:18:01.000000000 +0200@ -19,6 +19,7 @
#define LOG_H
#include <string>
+#include <stdint.h>
#include <sstream>
enum
History
Updated by Romain Bignon over 1 year ago
- Due date set to 2009-05-25
- Category set to Misc
- Status changed from New to Resolved
- Assigned to set to Romain Bignon
- Target version set to 1.0
- % Done changed from 0 to 100
Thanks for your patch, it's applied in revision c38cc994dc81 (in the master branch).