Bug #121

Building on x86_64

Added by Anonymous 10 months ago. Updated 10 months ago.

Status:Closed Start:2009-05-25
Priority:Normal Due date:2009-05-25
Assigned to:Romain Bignon % Done:

100%

Category:Misc Spent time: -
Target version:1.0
libpurple:

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 10 months ago

  • Due date set to 2009-05-25
  • Category set to Misc
  • Status changed from New to Closed
  • 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).

Also available in: Atom PDF