~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to plan/plugins/schedulers/rcps/libs/src/fitness.c

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-16 10:51:29 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120716105129-es1ebubwiwlsfvv0
Tags: 1:2.4.92-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <assert.h>
2
 
#include <malloc.h>
 
2
#ifdef _WIN32
 
3
# include <malloc.h>
 
4
#else
 
5
#include <stdlib.h>
 
6
#endif
3
7
#include <stdio.h>
4
8
 
5
9
#include "fitness.h"